Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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()
|