Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,3 +106,4 @@ with gr.Blocks() as iface:
|
|
106 |
)
|
107 |
|
108 |
# Gradio will automatically launch this in Hugging Face Spaces, so no need for iface.launch()
|
|
|
|
106 |
)
|
107 |
|
108 |
# Gradio will automatically launch this in Hugging Face Spaces, so no need for iface.launch()
|
109 |
+
iface.launch()
|