Wazzzabeee commited on
Commit
5314570
1 Parent(s): 1d081e0

Update pages/03_🖼️_Input_Images.py

Browse files
Files changed (1) hide show
  1. pages/03_🖼️_Input_Images.py +1 -1
pages/03_🖼️_Input_Images.py CHANGED
@@ -31,7 +31,7 @@ with col2:
31
 
32
  def main():
33
  model = st.selectbox(
34
- "Select Model (Both models have their pros and cons, I recommend to try both and keep the best for you task)",
35
  ["ECCV16", "SIGGRAPH17"], index=0)
36
 
37
  # Make the user select a model
 
31
 
32
  def main():
33
  model = st.selectbox(
34
+ "Select Model (Both models have their pros and cons, I recommend trying both and keeping the best for you task)",
35
  ["ECCV16", "SIGGRAPH17"], index=0)
36
 
37
  # Make the user select a model