Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ from PIL import Image
|
|
4 |
|
5 |
st.title('Take your picture to the next level')
|
6 |
|
7 |
-
@st.cache_data
|
8 |
def upscale(model_choice):
|
9 |
if model_choice == "EDSR":
|
10 |
from transformers import AutoModel
|
|
|
4 |
|
5 |
st.title('Take your picture to the next level')
|
6 |
|
|
|
7 |
def upscale(model_choice):
|
8 |
if model_choice == "EDSR":
|
9 |
from transformers import AutoModel
|