analist commited on
Commit
667c42e
·
1 Parent(s): 1d8689a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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