Update app.py
Browse files
app.py
CHANGED
@@ -33,4 +33,4 @@ iface = gr.Interface(
|
|
33 |
)
|
34 |
|
35 |
# Launch the Gradio interface with a shareable link (required for Colab)
|
36 |
-
iface.launch(
|
|
|
33 |
)
|
34 |
|
35 |
# Launch the Gradio interface with a shareable link (required for Colab)
|
36 |
+
iface.launch()
|