Spaces:
Sleeping
Sleeping
Megha Panicker commited on
Commit ·
341c437
1
Parent(s): 405bea4
Align requirements gradio version with HF Spaces (6.5.1)
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -20,8 +20,8 @@ pypdf>=4.0.0
|
|
| 20 |
# pytesseract>=0.3.10
|
| 21 |
# Pillow>=10.0.0
|
| 22 |
streamlit>=1.28.0
|
| 23 |
-
# Gradio
|
| 24 |
-
gradio
|
| 25 |
|
| 26 |
# Optional: for free cloud hosting (Hugging Face Spaces)
|
| 27 |
langchain-groq>=0.2.0
|
|
|
|
| 20 |
# pytesseract>=0.3.10
|
| 21 |
# Pillow>=10.0.0
|
| 22 |
streamlit>=1.28.0
|
| 23 |
+
# Gradio: match the version used on Hugging Face Spaces for compatibility
|
| 24 |
+
gradio==6.5.1
|
| 25 |
|
| 26 |
# Optional: for free cloud hosting (Hugging Face Spaces)
|
| 27 |
langchain-groq>=0.2.0
|