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