Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz
/
yt
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
soiz
commited on
Dec 5, 2024
Commit
ba2f9e0
·
verified
·
1 Parent(s):
58504ca
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ def download_video():
60
61
62
if __name__ == '__main__':
63
-
app.run(debug=True)
60
61
62
if __name__ == '__main__':
63
+
app.run(debug=True
, host='0.0.0.0', port=7860
)