Manjushri commited on
Commit
64c9c2f
·
verified ·
1 Parent(s): e7e83ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def genie (Model, Prompt, negative_prompt, height, width, scale, steps, seed):
36
 
37
  return image
38
 
39
- gr.Interface(fn=genie, inputs=[gr.Radio(['PhotoReal', 'Animagine XL 3.1',], value='PhotoReal', label='Choose Model'),
40
  gr.Textbox(label='What you want the AI to generate. 77 Token Limit.'),
41
  gr.Textbox(label='What you Do Not want the AI to generate. 77 Token Limit'),
42
  gr.Slider(512, 1024, 768, step=128, label='Height'),
 
36
 
37
  return image
38
 
39
+ gr.Interface(fn=genie, inputs=[gr.Radio(['PhotoReal', 'Animagine XL 4',], value='PhotoReal', label='Choose Model'),
40
  gr.Textbox(label='What you want the AI to generate. 77 Token Limit.'),
41
  gr.Textbox(label='What you Do Not want the AI to generate. 77 Token Limit'),
42
  gr.Slider(512, 1024, 768, step=128, label='Height'),