Kastg commited on
Commit
8a5c149
1 Parent(s): 06f8d35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,4 +117,4 @@ async def delete(chatid: str):
117
  return JSONResponse(content={"error": "Internal server error"}, status_code=500)
118
 
119
  if __name__ == '__main__':
120
- uvicorn.run(app, host="kastg-api.hf.space", port=8000)
 
117
  return JSONResponse(content={"error": "Internal server error"}, status_code=500)
118
 
119
  if __name__ == '__main__':
120
+ uvicorn.run(app, host="0.0.0.0", port=)