Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,6 @@ def infer2(prompt, negative_prompt, image):
|
|
82 |
title = "ControlNet on MLSD Filter"
|
83 |
description = "This is a demo on ControlNet based on mlsd filter."
|
84 |
|
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')
|
|
|
82 |
title = "ControlNet on MLSD Filter"
|
83 |
description = "This is a demo on ControlNet based on mlsd filter."
|
84 |
|
|
|
85 |
#examples = [["living room with TV", "fan", "https://datasets-server.huggingface.co/assets/tsungtao/diffusers-testing/--/tsungtao--diffusers-testing/train/0/images/image.jpg"]]
|
86 |
|
87 |
interface = gr.Interface(fn = infer2, inputs = ["text", "text", "text"], outputs = "image",title = title, description = description, theme='gradio/soft')
|