Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|