harshSethi commited on
Commit
3e3e1ef
·
verified ·
1 Parent(s): a89d725

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio_app
5
 
6
 
7
  def start_fast():
8
- uvicorn.run("chat_fast_api:app",host="0.0.0.0",port=8001)
9
 
10
  fastapi_thread = threading.Thread(target=start_fast)
11
  fastapi_thread.start()
 
5
 
6
 
7
  def start_fast():
8
+ uvicorn.run("chat_fast_api:app",host="0.0.0.0",port=8000)
9
 
10
  fastapi_thread = threading.Thread(target=start_fast)
11
  fastapi_thread.start()