pcdoido2 commited on
Commit
81c225e
·
verified ·
1 Parent(s): 69d05a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ if video_path and not st.session_state.processando:
75
  st.session_state.tutorial_path = tmp.name
76
 
77
  with st.expander("⚙️ Opções avançadas (zoom, velocidade, música, espelhamento)"):
78
- zoom = st.slider("Zoom (%)", 100, 130, 110, key="zoom")
79
  velocidade_cortes = st.slider("Velocidade dos cortes", 0.8, 2.0, 1.0, key="velocidade_cortes")
80
  velocidade_final = st.slider("Velocidade final do vídeo", 0.8, 2.0, 1.0, key="velocidade_final")
81
  espelhar = st.checkbox("Espelhar vídeo final", value=False, key="espelhar")
 
75
  st.session_state.tutorial_path = tmp.name
76
 
77
  with st.expander("⚙️ Opções avançadas (zoom, velocidade, música, espelhamento)"):
78
+ zoom = st.slider("Zoom (%)", 100, 300, 110, key="zoom")
79
  velocidade_cortes = st.slider("Velocidade dos cortes", 0.8, 2.0, 1.0, key="velocidade_cortes")
80
  velocidade_final = st.slider("Velocidade final do vídeo", 0.8, 2.0, 1.0, key="velocidade_final")
81
  espelhar = st.checkbox("Espelhar vídeo final", value=False, key="espelhar")