Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
gradio
|
2 |
-
transformers
|
3 |
torch
|
4 |
-
|
5 |
-
Pillow
|
6 |
requests
|
|
|
7 |
pandas
|
8 |
-
|
9 |
-
plotly
|
10 |
prophet
|
11 |
-
|
|
|
1 |
gradio
|
|
|
2 |
torch
|
3 |
+
transformers
|
|
|
4 |
requests
|
5 |
+
Pillow
|
6 |
pandas
|
7 |
+
huggingface_hub
|
|
|
8 |
prophet
|
9 |
+
python-telegram-bot
|