Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kltn21110
/
chatbot_server
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kltn21110
commited on
Jun 9, 2025
Commit
c92072c
·
verified
·
1 Parent(s):
4bfbe6a
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+0
-2
main.py
CHANGED
Viewed
@@ -87,5 +87,3 @@ from uvicorn import run
87
nest_asyncio.apply()
88
from pyngrok import ngrok
89
90
-
if __name__ == "__main__":
91
-
run(app, port=8085)
87
nest_asyncio.apply()
88
from pyngrok import ngrok
89