Spaces:
Runtime error
Runtime error
ZackBradshaw
commited on
Upload folder using huggingface_hub
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ boto3==1.34.51
|
|
4 |
botocore==1.34.51
|
5 |
diffusers==0.26.3
|
6 |
faiss_cpu==1.7.4
|
7 |
-
fastapi
|
8 |
gensim==4.3.2
|
9 |
googlemaps==4.10.0
|
10 |
gradio==4.19.2
|
@@ -26,7 +26,7 @@ Pillow==10.2.0
|
|
26 |
playwright==1.41.2
|
27 |
psycopg2==2.9.9
|
28 |
py3langid==0.2.2
|
29 |
-
pydantic==2.
|
30 |
pydub==0.25.1
|
31 |
pymysql==1.1.0
|
32 |
python-dotenv==1.0.1
|
|
|
4 |
botocore==1.34.51
|
5 |
diffusers==0.26.3
|
6 |
faiss_cpu==1.7.4
|
7 |
+
fastapi
|
8 |
gensim==4.3.2
|
9 |
googlemaps==4.10.0
|
10 |
gradio==4.19.2
|
|
|
26 |
playwright==1.41.2
|
27 |
psycopg2==2.9.9
|
28 |
py3langid==0.2.2
|
29 |
+
pydantic==2.1.0 # Updated to satisfy both fastapi and gradio dependencies
|
30 |
pydub==0.25.1
|
31 |
pymysql==1.1.0
|
32 |
python-dotenv==1.0.1
|