Update app.py
Browse files
app.py
CHANGED
@@ -34,4 +34,4 @@ interface = gr.Interface(
|
|
34 |
)
|
35 |
|
36 |
# ✅ Launch the app on Hugging Face Spaces with timeout settings
|
37 |
-
interface.launch(share=True
|
|
|
34 |
)
|
35 |
|
36 |
# ✅ Launch the app on Hugging Face Spaces with timeout settings
|
37 |
+
interface.launch(share=True)
|