WSLINMSAI commited on
Commit
173de9f
·
verified ·
1 Parent(s): e5bfc44

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -1 +1,4 @@
1
- huggingface_hub==0.25.2
 
 
 
 
1
+ huggingface_hub==0.25.2 # For accessing Hugging Face models and spaces
2
+ transformers==4.33.3 # Update to the latest stable version compatible with your model
3
+ gradio==3.35.0 # Update to the latest version for Gradio interface
4
+ torch # Specify if using PyTorch for model inference