Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
gradio==4.44.0
|
|
|
|
| 2 |
huggingface_hub==0.23.4
|
| 3 |
google-generativeai
|
| 4 |
openai
|
| 5 |
playwright
|
| 6 |
jinja2
|
| 7 |
python-dotenv
|
| 8 |
-
gradio_client
|
| 9 |
requests
|
|
|
|
| 1 |
gradio==4.44.0
|
| 2 |
+
gradio_client==0.9.0
|
| 3 |
huggingface_hub==0.23.4
|
| 4 |
google-generativeai
|
| 5 |
openai
|
| 6 |
playwright
|
| 7 |
jinja2
|
| 8 |
python-dotenv
|
|
|
|
| 9 |
requests
|