Spaces:
Running
on
Zero
Running
on
Zero
Suchinthana
commited on
Commit
·
ee86fef
1
Parent(s):
45f7be1
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
|
|
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
|
6 |
-
torch # For PyTorch (used by Diffusers and ControlNet)
|
7 |
diffusers # For the Stable Diffusion inpainting pipeline
|
8 |
opencv-python-headless # For image processing with OpenCV
|
9 |
Pillow # For working with images
|
10 |
numpy # For numerical operations
|
|
|
|
1 |
+
torch
|
2 |
openai # For interacting with OpenAI API
|
3 |
gradio # For creating the Gradio UI
|
4 |
gradio-folium # For embedding Folium maps into Gradio
|
5 |
folium # For creating maps
|
6 |
+
geopy # For fetching geolocation data # For PyTorch (used by Diffusers and ControlNet)
|
|
|
7 |
diffusers # For the Stable Diffusion inpainting pipeline
|
8 |
opencv-python-headless # For image processing with OpenCV
|
9 |
Pillow # For working with images
|
10 |
numpy # For numerical operations
|
11 |
+
safetensors
|