Megha Panicker commited on
Commit
341c437
·
1 Parent(s): 405bea4

Align requirements gradio version with HF Spaces (6.5.1)

Browse files
Files changed (1) hide show
  1. 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 4.x has gradio_client bug (TypeError in json_schema_to_python_type); use 3.x
24
- gradio>=3.50,<4
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