kfahn commited on
Commit
3ea175e
1 Parent(s): b3b77e5

Update app.py

Browse files

try adding interface

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -85,8 +85,8 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
85
  #submit_btn.click(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
86
  # examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
87
 
88
- #gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
89
- # examples=[["a Labrador crossing the road", "low quality", control_image]])
90
 
91
  #gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery")
92
 
 
85
  #submit_btn.click(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
86
  # examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
87
 
88
+ gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
89
+ examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
90
 
91
  #gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery")
92