Wazzzabeee commited on
Commit
8d17b58
β€’
1 Parent(s): 5314570

Update pages/02_πŸŽ₯_Input_Youtube_Link.py

Browse files
pages/02_πŸŽ₯_Input_Youtube_Link.py CHANGED
@@ -41,7 +41,7 @@ def download_video(link):
41
 
42
  def main():
43
  model = st.selectbox(
44
- "Select Model (Both models have their pros and cons, I recommend to try both and keep the best for you task)",
45
  ["ECCV16", "SIGGRAPH17"], index=0)
46
 
47
  loaded_model = change_model(current_model, model)
 
41
 
42
  def main():
43
  model = st.selectbox(
44
+ "Select Model (Both models have their pros and cons, I recommend trying both and keeping the best for you task)",
45
  ["ECCV16", "SIGGRAPH17"], index=0)
46
 
47
  loaded_model = change_model(current_model, model)