engr-awaisjamal commited on
Commit
6676a2f
·
verified ·
1 Parent(s): 2e8e0c0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
- gradio==3.37.0
2
- transformers==4.31.0
3
- pandas==1.5.3
4
- plotly==5.15.0
 
 
 
1
+
2
+ gradio==3.36.1 # Specify the latest stable version for Gradio
3
+ pandas>=1.3.0 # Required for data manipulation
4
+ transformers>=4.30.0 # For Hugging Face GPT-2 model
5
+ plotly>=5.3.0 # Required for data visualization
6
+ torch>=1.9.0 # Required for PyTorch (for GPT-2 model)