Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,5 +7,5 @@
|
|
7 |
python -m pip install --upgrade pip
|
8 |
|
9 |
#pip install --upgrade pip
|
10 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
11 |
-
RUN pip install --use-feature=in-tree-build tokenizers
|
|
|
7 |
python -m pip install --upgrade pip
|
8 |
|
9 |
#pip install --upgrade pip
|
10 |
+
#RUN pip install --no-cache-dir -r requirements.txt
|
11 |
+
#RUN pip install --use-feature=in-tree-build tokenizers
|