shaheerawan3 commited on
Commit
8bbc8a8
·
verified ·
1 Parent(s): 24f0c3b

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ gradio>=4.36.1 # Gradio UI library :contentReference[oaicite:9]{index=9}
2
+ transformers>=4.35.0 # Hugging Face Transformers :contentReference[oaicite:10]{index=10}
3
+ torch>=2.0.0 # PyTorch backend :contentReference[oaicite:11]{index=11}
4
+ protobuf>=3.20.0 # For function-calling support :contentReference[oaicite:12]{index=12}