tsungtao commited on
Commit
d58e7b0
1 Parent(s): 94b06dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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')