Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,8 @@ import streamlit as st
|
|
2 |
streamlit clean
|
3 |
streamlit run app.py
|
4 |
|
5 |
-
pip install --upgrade pip
|
6 |
-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
7 |
|
8 |
|
9 |
from PIL import Image
|
|
|
2 |
streamlit clean
|
3 |
streamlit run app.py
|
4 |
|
5 |
+
#pip install --upgrade pip
|
6 |
+
#curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
7 |
|
8 |
|
9 |
from PIL import Image
|