Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
#pip install torch torchvision torchaudio tensorflow
|
5 |
# Install Rust
|
6 |
#RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
7 |
-
|
8 |
#RUN python -m pip install --upgrade pip
|
9 |
#pip install --upgrade pip
|
10 |
#RUN pip install --no-cache-dir -r requirements.txt
|
|
|
4 |
#pip install torch torchvision torchaudio tensorflow
|
5 |
# Install Rust
|
6 |
#RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
7 |
+
pip install gradio==3.50.2
|
8 |
#RUN python -m pip install --upgrade pip
|
9 |
#pip install --upgrade pip
|
10 |
#RUN pip install --no-cache-dir -r requirements.txt
|