Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,6 +16,5 @@ iface = gr.Interface(fn=my_interface,
|
|
| 16 |
inputs=gr.Image(),
|
| 17 |
outputs=gr.Image())
|
| 18 |
|
| 19 |
-
iface = gr.Interface(fn=predict, inputs=inputs, outputs=outputs)
|
| 20 |
# Launch your Gradio interface
|
| 21 |
iface.launch()
|
|
|
|
| 16 |
inputs=gr.Image(),
|
| 17 |
outputs=gr.Image())
|
| 18 |
|
|
|
|
| 19 |
# Launch your Gradio interface
|
| 20 |
iface.launch()
|