Update app.py
Browse files
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,
|
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")
|