Spaces:
Running
on
Zero
Running
on
Zero
Suchinthana
commited on
Commit
·
50a615f
1
Parent(s):
37cd808
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
openai # For interacting with OpenAI API
|
2 |
-
gradio # For creating the Gradio UI
|
3 |
gradio-folium # For embedding Folium maps into Gradio
|
4 |
folium # For creating maps
|
5 |
geopy # For fetching geolocation data # For PyTorch (used by Diffusers and ControlNet)
|
@@ -12,5 +12,4 @@ opencv-python
|
|
12 |
torch
|
13 |
staticmap
|
14 |
pydantic
|
15 |
-
accelerate
|
16 |
-
pydantic>2.0
|
|
|
1 |
openai # For interacting with OpenAI API
|
2 |
+
gradio==5.6.0 # For creating the Gradio UI
|
3 |
gradio-folium # For embedding Folium maps into Gradio
|
4 |
folium # For creating maps
|
5 |
geopy # For fetching geolocation data # For PyTorch (used by Diffusers and ControlNet)
|
|
|
12 |
torch
|
13 |
staticmap
|
14 |
pydantic
|
15 |
+
accelerate
|
|