tsungtao commited on
Commit
7426cb4
1 Parent(s): 7a0aa0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,7 +83,7 @@ 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,examples = examples, theme='gradio/soft')
89
  interface.launch(enable_queue=True)
 
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')
89
  interface.launch(enable_queue=True)