Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -23,4 +23,4 @@ iface = gr.Interface(
|
|
23 |
description="Upload a cricket video to generate AI-powered commentary with ambient sound."
|
24 |
)
|
25 |
|
26 |
-
iface.launch(debug=True, share=True)
|
|
|
23 |
description="Upload a cricket video to generate AI-powered commentary with ambient sound."
|
24 |
)
|
25 |
|
26 |
+
iface.launch(debug=True, share=True)
|