Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|