Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
vbvbot9117/ytdl2
vbvbot9117
/
ytdl
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vbvbot9117
commited on
Dec 28, 2024
Commit
3212948
·
verified
·
1 Parent(s):
11b4853
Update srv.py
Browse files
Files changed (1)
hide
show
srv.py
+1
-1
srv.py
CHANGED
Viewed
@@ -73,4 +73,4 @@ def download_audio():
73
os.remove(file_name)
74
75
if __name__ == '__main__':
76
-
app.run(debug=True)
73
os.remove(file_name)
74
75
if __name__ == '__main__':
76
+
app.run(
host='0.0.0.0', port=7860,
debug=True)