Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huijio
/
chatinterface
like
1
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
huijio
commited on
Apr 12, 2025
Commit
b1618f2
·
verified
·
1 Parent(s):
4a44ce8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -88,4 +88,5 @@ if __name__ == "__main__":
88
uvicorn.run(
89
app,
90
host="0.0.0.0",
91
-
port=int(os.getenv("PORT", 7860))
88
uvicorn.run(
89
app,
90
host="0.0.0.0",
91
+
port=int(os.getenv("PORT", 7860))
92
+
)