Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LoremPizza
/
LiveTVTest
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mythus
commited on
Jul 6, 2024
Commit
ebc6d5e
·
verified
·
1 Parent(s):
bd11b04
Update run.py
Browse files
Files changed (1)
hide
show
run.py
+1
-1
run.py
CHANGED
Viewed
@@ -37,4 +37,4 @@ def addon_stream(type, id):
37
return respond_with(streams)
38
39
if __name__ == '__main__':
40
-
app.run(port=
5000
)
37
return respond_with(streams)
38
39
if __name__ == '__main__':
40
+
app.run(port=
8080
)