Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,5 +85,5 @@ description = "This is a demo on ControlNet based on mlsd filter."
|
|
85 |
|
86 |
#examples = [["living room with TV", "fan", "https://datasets-server.huggingface.co/assets/tsungtao/diffusers-testing/--/tsungtao--diffusers-testing/train/0/images/image.jpg"]]
|
87 |
|
88 |
-
interface = gr.Interface(fn = infer2, inputs = ["text", "text", "text"], outputs = "image",title = title, description = description
|
89 |
interface.launch(enable_queue=True)
|
|
|
85 |
|
86 |
#examples = [["living room with TV", "fan", "https://datasets-server.huggingface.co/assets/tsungtao/diffusers-testing/--/tsungtao--diffusers-testing/train/0/images/image.jpg"]]
|
87 |
|
88 |
+
interface = gr.Interface(fn = infer2, inputs = ["text", "text", "text"], outputs = "image",title = title, description = description, theme='gradio/soft')
|
89 |
interface.launch(enable_queue=True)
|