pcdoido2 commited on
Commit
be27f11
·
verified ·
1 Parent(s): aa3603f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ if pagina == "🎬 Gerador de Vídeo":
57
  zoom = st.slider("Zoom", 1.0, 2.0, 1.0, 0.1)
58
  blur_strength = st.slider("Blur no fundo", 1, 50, 10)
59
  velocidade_final = st.slider("Velocidade final", 0.5, 2.0, 1.0, 0.1)
60
- crf_value = st.slider("Qualidade CRF", 18, 30, 23)
61
 
62
  st.write("## Texto no Vídeo")
63
  ativar_texto = st.checkbox("Ativar texto")
 
57
  zoom = st.slider("Zoom", 1.0, 2.0, 1.0, 0.1)
58
  blur_strength = st.slider("Blur no fundo", 1, 50, 10)
59
  velocidade_final = st.slider("Velocidade final", 0.5, 2.0, 1.0, 0.1)
60
+ crf_value = st.slider("Qualidade CRF", 18, 30, 18)
61
 
62
  st.write("## Texto no Vídeo")
63
  ativar_texto = st.checkbox("Ativar texto")