Manjushri commited on
Commit
791bebf
1 Parent(s): 7bd80ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def genie (prompt, scale, steps, seed):
16
 
17
  gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generate. 77 Token Limit.'),
18
  gr.Slider(1, maximum=15, value=10, step=.25),
19
- gr.Slider(1, maximum=50, value=25, step=1),
20
  gr.Slider(minimum=1, step=1, maximum=987654321, randomize=True)],
21
  outputs='image', title="OpenJourney V2 GPU", description="OJ V2 GPU.",
22
  article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=True)
 
16
 
17
  gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generate. 77 Token Limit.'),
18
  gr.Slider(1, maximum=15, value=10, step=.25),
19
+ gr.Slider(1, maximum=100, value=50, step=1),
20
  gr.Slider(minimum=1, step=1, maximum=987654321, randomize=True)],
21
  outputs='image', title="OpenJourney V2 GPU", description="OJ V2 GPU.",
22
  article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=True)