Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
innoai
/
Video-to-MP3
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
innoai
commited on
1 day ago
Commit
b4803af
·
verified
·
1 Parent(s):
cea1f09
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ iface = gr.Interface(
60
61
# Launch Gradio app
62
if __name__ == "__main__":
63
-
iface.launch(pwa=True)
60
61
# Launch Gradio app
62
if __name__ == "__main__":
63
+
iface.launch(pwa=True
,show_api=False
)