Wazzzabeee commited on
Commit
1d081e0
•
1 Parent(s): 0a1397c

Update 01_📼_Upload_Video_File.py

Browse files
Files changed (1) hide show
  1. 01_📼_Upload_Video_File.py +1 -1
01_📼_Upload_Video_File.py CHANGED
@@ -32,7 +32,7 @@ with col2:
32
 
33
  def main():
34
  model = st.selectbox(
35
- "Select Model (Both models have their pros and cons, I recommend to try both and keep the best for your task)",
36
  ["ECCV16", "SIGGRAPH17"], index=0)
37
 
38
  loaded_model = change_model(current_model, model)
 
32
 
33
  def main():
34
  model = st.selectbox(
35
+ "Select Model (Both models have their pros and cons, I recommend trying both and keeping the best for your task)",
36
  ["ECCV16", "SIGGRAPH17"], index=0)
37
 
38
  loaded_model = change_model(current_model, model)