kfahn commited on
Commit
4f62bb9
1 Parent(s): 0eb0b14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
99
  #cache_examples=True,
100
  )
101
 
102
- demo.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
103
  examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
104
 
105
  #with gr.Row():
 
99
  #cache_examples=True,
100
  )
101
 
102
+ gr.Interface(fn=infer, inputs = ["text", "text", "image"], outputs = "gallery",
103
  examples=[["a Labrador crossing the road", "low quality", "myimage.jpg"]])
104
 
105
  #with gr.Row():