Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def genie (Prompt, height, width, seed):
|
|
21 |
|
22 |
return image
|
23 |
|
24 |
-
gr.Interface(fn=genie, inputs=[gr.Radio(['PhotoReal', 'Animagine XL 4',], value='PhotoReal', label='Choose Model'),
|
25 |
gr.Textbox(label='What you want the AI to generate. 77 Token Limit.'),
|
26 |
#gr.Textbox(label='What you Do Not want the AI to generate. 77 Token Limit'),
|
27 |
gr.Slider(512, 1024, 768, step=128, label='Height'),
|
|
|
21 |
|
22 |
return image
|
23 |
|
24 |
+
gr.Interface(fn=genie, inputs=[#gr.Radio(['PhotoReal', 'Animagine XL 4',], value='PhotoReal', label='Choose Model'),
|
25 |
gr.Textbox(label='What you want the AI to generate. 77 Token Limit.'),
|
26 |
#gr.Textbox(label='What you Do Not want the AI to generate. 77 Token Limit'),
|
27 |
gr.Slider(512, 1024, 768, step=128, label='Height'),
|