Update requirements.txt
Browse files- requirements.txt +5 -10
requirements.txt
CHANGED
@@ -1,10 +1,5 @@
|
|
1 |
-
gradio==3.36.1
|
2 |
-
pandas>=1.3.0
|
3 |
-
transformers>=4.30.0
|
4 |
-
plotly>=5.3.0
|
5 |
-
torch
|
6 |
-
torchvision==0.15.2+cpu
|
7 |
-
torchaudio==2.0.1+cpu
|
8 |
-
-f https://download.pytorch.org/whl/cpu
|
9 |
-
|
10 |
-
|
|
|
1 |
+
gradio==3.36.1 # Specify the latest stable version for Gradio
|
2 |
+
pandas>=1.3.0 # Required for data manipulation
|
3 |
+
transformers>=4.30.0 # For Hugging Face GPT-2 model
|
4 |
+
plotly>=5.3.0 # Required for data visualization
|
5 |
+
torch>=1.9.0 # Required for PyTorch (for GPT-2 model)
|
|
|
|
|
|
|
|
|
|