Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
gradio==3.0
|
2 |
transformers==4.12
|
3 |
torch==2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio==3.0
|
2 |
transformers==4.12
|
3 |
torch==2.0
|
4 |
+
|
5 |
+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
6 |
+
rustc --version
|
7 |
+
|
8 |
+
pip install --upgrade pip
|
9 |
+
pip install --no-cache-dir -r /tmp/requirements.txt
|