hideosnes commited on
Commit
ba09a50
1 Parent(s): 78ae294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,5 +32,5 @@ gr.Interface(fn=img2img, inputs=[gr.Image(source="upload", tool="sketch", label=
32
  gr.Slider(minimum=.5, maximum=1, value=.75, step=.025, label='Strength')],
33
  outputs='image',
34
  title=title,
35
- description=description.launch(max_threads=True, debug=True)
36
  # article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(max_threads=True, debug=True)
 
32
  gr.Slider(minimum=.5, maximum=1, value=.75, step=.025, label='Strength')],
33
  outputs='image',
34
  title=title,
35
+ description=description).launch(max_threads=True, debug=True)
36
  # article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(max_threads=True, debug=True)