Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def genie (Model, Prompt, negative_prompt, height, width, scale, steps, seed):
|
|
54 |
return image
|
55 |
return image
|
56 |
|
57 |
-
gr.Interface(fn=genie, inputs=[gr.Radio(['PhotoReal', 'Animagine XL 4',], value='PhotoReal', label='Choose Model'),
|
58 |
gr.Textbox(label='What you want the AI to generate. 77 Token Limit.'),
|
59 |
gr.Textbox(label='What you Do Not want the AI to generate. 77 Token Limit'),
|
60 |
gr.Slider(512, 1024, 768, step=128, label='Height'),
|
|
|
54 |
return image
|
55 |
return image
|
56 |
|
57 |
+
gr.Interface(fn=genie, inputs=[gr.Radio(['PhotoReal', 'Animagine XL 4', "FXL"], value='PhotoReal', label='Choose Model'),
|
58 |
gr.Textbox(label='What you want the AI to generate. 77 Token Limit.'),
|
59 |
gr.Textbox(label='What you Do Not want the AI to generate. 77 Token Limit'),
|
60 |
gr.Slider(512, 1024, 768, step=128, label='Height'),
|