milwright Claude commited on
Commit
93021eb
·
1 Parent(s): 78423cd

Update Gradio version to match current environment

Browse files

- Update requirements.txt to use Gradio 4.19.2
- Ensures compatibility with current environment

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==5.35.0
2
  requests>=2.32.3
3
  beautifulsoup4>=4.12.3
4
  python-dotenv>=1.0.0
 
1
+ gradio==4.19.2
2
  requests>=2.32.3
3
  beautifulsoup4>=4.12.3
4
  python-dotenv>=1.0.0