Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
-
google-genai
|
3 |
-
gradio
|
|
|
|
1 |
+
# versions verified on a Hugging Face Space 2025‑04‑19
|
2 |
huggingface_hub==0.25.2
|
3 |
+
google-genai==0.3.0
|
4 |
+
gradio==4.27.0
|
5 |
+
pydantic==2.10.6 # ← keep this pin until Gradio ≥ 4.28 lands
|