Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HYeungLee
/
TAPTR
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
HYeungLee
commited on
Dec 11, 2024
Commit
adfe783
·
verified
·
1 Parent(s):
72e9674
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,4 +9,4 @@ def index():
9
10
11
if __name__ == "__main__":
12
-
app.run()
9
10
11
if __name__ == "__main__":
12
+
app.run(
debug=False, port=7860, host="0.0.0.0"
)