tomo2chin2 commited on
Commit
134a130
·
verified ·
1 Parent(s): 7e145bd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
- # requirements.txt
 
2
  selenium
3
- gradio==4.44.1
4
  Pillow
5
  fastapi
6
- uvicorn
7
  google-generativeai
8
- google-genai
9
  huggingface_hub
10
- websockets>=13.0,<15.1
 
 
1
+ # --- START OF FILE requirements.txt ---
2
+
3
  selenium
4
+ gradio==4.19.2
5
  Pillow
6
  fastapi
7
+ uvicorn[standard]
8
  google-generativeai
 
9
  huggingface_hub
10
+
11
+ # --- END OF FILE requirements.txt ---