Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
datasets
|
| 2 |
huggingface-hub
|
| 3 |
numpy
|
| 4 |
-
fastapi=
|
| 5 |
-
gradio[oauth]=
|
| 6 |
APScheduler
|
|
|
|
| 1 |
datasets
|
| 2 |
huggingface-hub
|
| 3 |
numpy
|
| 4 |
+
fastapi~=0.115.11
|
| 5 |
+
gradio[oauth]~=5.17.1
|
| 6 |
APScheduler
|