Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ikun520
/
class
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ikun520
commited on
Nov 19, 2024
Commit
8945892
·
verified
·
1 Parent(s):
58735ac
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -121,4 +121,5 @@ def get_classes():
121
122
123
if __name__ == "__main__":
124
-
app.run(
debug
=
True
)
121
122
123
if __name__ == "__main__":
124
+
app.run(
host
=
"0.0.0.0", port=7860
)
125
+