analist commited on
Commit
6228942
1 Parent(s): 70d7fb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,4 +9,5 @@ with col1:
9
 
10
  with col2:
11
  choice = st.selectbox('Scale to', ['x2', 'x3', 'x4'])
 
12
 
 
9
 
10
  with col2:
11
  choice = st.selectbox('Scale to', ['x2', 'x3', 'x4'])
12
+ model_choice = st.selectbox('Model', ['EDSR', 'PAN', 'CARN'])
13