Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,5 +30,5 @@ iface = gr.Interface(fn=predict_step,
|
|
30 |
inputs=gr.inputs.Image(shape=(224, 224)),
|
31 |
outputs=gr.outputs.Textbox(label="Generated Caption"))
|
32 |
|
33 |
-
iface.launch(
|
34 |
|
|
|
30 |
inputs=gr.inputs.Image(shape=(224, 224)),
|
31 |
outputs=gr.outputs.Textbox(label="Generated Caption"))
|
32 |
|
33 |
+
iface.launch()
|
34 |
|