Spaces:
Runtime error
Runtime error
fix
Browse files- app/app.py +1 -1
- requirements.txt +3 -4
app/app.py
CHANGED
@@ -298,5 +298,5 @@ async def on_startup():
|
|
298 |
|
299 |
gradio_gui = get_chatbot_app()
|
300 |
gradio_gui.auth = api_login
|
301 |
-
gradio_gui.auth_message = "Welcome, to the
|
302 |
app = gr.mount_gradio_app(app, gradio_gui, path="/")
|
|
|
298 |
|
299 |
gradio_gui = get_chatbot_app()
|
300 |
gradio_gui.auth = api_login
|
301 |
+
gradio_gui.auth_message = "Welcome, to the 4341 OpenAI Service"
|
302 |
app = gr.mount_gradio_app(app, gradio_gui, path="/")
|
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
fastapi==0.
|
2 |
fastapi-users[sqlalchemy]
|
3 |
gradio==3.27.0
|
4 |
-
httpx==0.
|
5 |
openai==0.27.4
|
6 |
python-dotenv==1.0.0
|
7 |
-
Requests==2.28.
|
8 |
SQLAlchemy==1.4.47
|
9 |
uvicorn==0.21.1
|
10 |
asyncpg==0.27.0
|
11 |
-
greenlet==2.0.1
|
|
|
1 |
+
fastapi==0.95.1
|
2 |
fastapi-users[sqlalchemy]
|
3 |
gradio==3.27.0
|
4 |
+
httpx==0.24.0
|
5 |
openai==0.27.4
|
6 |
python-dotenv==1.0.0
|
7 |
+
Requests==2.28.2
|
8 |
SQLAlchemy==1.4.47
|
9 |
uvicorn==0.21.1
|
10 |
asyncpg==0.27.0
|
|