akhaliq HF staff commited on
Commit
c867bda
1 Parent(s): 40ad524

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ with demo:
185
  out = gr.Textbox()
186
 
187
  image_button = gr.Button("Run")
188
- image_button.click(fn=inference
189
  inputs=inp,
190
  outputs=out)
191
 
 
185
  out = gr.Textbox()
186
 
187
  image_button = gr.Button("Run")
188
+ image_button.click(fn=inference,
189
  inputs=inp,
190
  outputs=out)
191