Spaces:
Running
Running
gradio==5.38.0
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
pydantic==2.10.6 # To avoid the message "No API found" or "Internal server error"
|
| 2 |
|
| 3 |
-
gradio==
|
| 4 |
-
torch
|
| 5 |
numpy
|
| 6 |
opencv-python-headless
|
| 7 |
setuptools
|
|
|
|
| 1 |
pydantic==2.10.6 # To avoid the message "No API found" or "Internal server error"
|
| 2 |
|
| 3 |
+
gradio==5.38.0
|
|
|
|
| 4 |
numpy
|
| 5 |
opencv-python-headless
|
| 6 |
setuptools
|