Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -352,7 +352,7 @@ def genie (Model, Prompt, negative_prompt, height, width, scale, steps, seed, re
|
|
352 |
|
353 |
return image
|
354 |
|
355 |
-
gr.Interface(fn=genie, inputs=[gr.Radio(['PhotoReal', 'Anime', 'Disney', 'StoryBook', 'SemiReal', 'Animagine XL 3.0', 'SDXL 1.0', 'FusionXL'
|
356 |
gr.Textbox(label='What you want the AI to generate. 77 Token Limit.'),
|
357 |
gr.Textbox(label='What you Do Not want the AI to generate. 77 Token Limit'),
|
358 |
gr.Slider(512, 1536, 768, step=128, label='Height'),
|
|
|
352 |
|
353 |
return image
|
354 |
|
355 |
+
gr.Interface(fn=genie, inputs=[gr.Radio(['PhotoReal', 'Anime', 'Disney', 'StoryBook', 'SemiReal', 'Animagine XL 3.0', 'SDXL 1.0', 'FusionXL'], value='PhotoReal', label='Choose Model'),
|
356 |
gr.Textbox(label='What you want the AI to generate. 77 Token Limit.'),
|
357 |
gr.Textbox(label='What you Do Not want the AI to generate. 77 Token Limit'),
|
358 |
gr.Slider(512, 1536, 768, step=128, label='Height'),
|