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 6, 2024
Commit
c7bb1f2
·
verified
·
1 Parent(s):
0db7be7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -63,4 +63,4 @@ def download_video():
63
64
65
if __name__ == '__main__':
66
-
app.run(debug=True)
63
64
65
if __name__ == '__main__':
66
+
app.run(debug=True
, host='0.0.0.0', port=7860
)