Manjushri commited on
Commit
b126be6
·
verified ·
1 Parent(s): 9c2a5f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'),