Manjushri commited on
Commit
928ef1f
·
1 Parent(s): e7f7ab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,6 +23,6 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
23
  gr.Slider(1, maximum=100, value=50, step=1, label='Number of Iterations: 50 is typically fine.'),
24
  gr.Slider(minimum=1, step=10, maximum=999999999999999999, randomize=True, interactive=True)],
25
  outputs=gr.Image(label='512x512 Generated Image'),
26
- title="OpenJourney V4 GPU with SD x2 Upscaler",
27
  description="OJ V4 GPU. Ultra Fast, now running on a T4 <br><br><b/>Warning: This Demo is capable of producing NSFW content.",
28
  article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=True)
 
23
  gr.Slider(1, maximum=100, value=50, step=1, label='Number of Iterations: 50 is typically fine.'),
24
  gr.Slider(minimum=1, step=10, maximum=999999999999999999, randomize=True, interactive=True)],
25
  outputs=gr.Image(label='512x512 Generated Image'),
26
+ title="OpenJourney V4 with SD x2 Upscaler - GPU",
27
  description="OJ V4 GPU. Ultra Fast, now running on a T4 <br><br><b/>Warning: This Demo is capable of producing NSFW content.",
28
  article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=True)