Spaces:
Running
Running
Add requests (gradio 5.9.1 CLI import needs it)
Browse filesCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
fastapi==0.115.6
|
| 2 |
uvicorn==0.34.0
|
| 3 |
gradio==5.9.1
|
|
|
|
|
|
| 1 |
fastapi==0.115.6
|
| 2 |
uvicorn==0.34.0
|
| 3 |
gradio==5.9.1
|
| 4 |
+
requests==2.32.3
|