Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,4 +60,5 @@ title = "ControlNet MLSD"
|
|
60 |
description = "This is a demo on ControlNet MLSD."
|
61 |
examples = [["living room with TV", "fan", "https://datasets-server.huggingface.co/assets/tsungtao/diffusers-testing/--/tsungtao--diffusers-testing/train/0/images/image.jpg"]]
|
62 |
|
|
|
63 |
gr.Interface(infer, inputs=["text", "text", "image"], outputs="gallery", title = title, description = description, examples = examples theme='gradio/soft').launch()
|
|
|
60 |
description = "This is a demo on ControlNet MLSD."
|
61 |
examples = [["living room with TV", "fan", "https://datasets-server.huggingface.co/assets/tsungtao/diffusers-testing/--/tsungtao--diffusers-testing/train/0/images/image.jpg"]]
|
62 |
|
63 |
+
|
64 |
gr.Interface(infer, inputs=["text", "text", "image"], outputs="gallery", title = title, description = description, examples = examples theme='gradio/soft').launch()
|