ASTRALK commited on
Commit
8595175
·
verified ·
1 Parent(s): e37f88a

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Local Gradio app runtime. Model serving deps live inside serve/serve_*.py
2
+ # (they run on Modal, not locally).
3
+ gradio>=6.0
4
+ openai>=2.0
5
+ modal>=1.3
6
+ pillow>=10