Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -5,4 +5,6 @@ signalwire==2.1.1
|
|
5 |
requests==2.31.0
|
6 |
python-dotenv==1.0.0
|
7 |
textblob==0.17.1
|
8 |
-
gradio==4.44.0
|
|
|
|
|
|
5 |
requests==2.31.0
|
6 |
python-dotenv==1.0.0
|
7 |
textblob==0.17.1
|
8 |
+
gradio==4.44.0
|
9 |
+
fastapi==0.104.1
|
10 |
+
uvicorn==0.24.0
|