AlexandreScriptsMT commited on
Commit
aba3c6d
·
verified ·
1 Parent(s): e69008b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -126,8 +126,7 @@ demo = gr.Interface(
126
  fn=generate_video,
127
  inputs=gr.JSON(label="JSON do Projeto"),
128
  outputs=gr.Video(label="Vídeo Final"),
129
- title="Renderizador AI V2 (Gradio 5 + MoviePy 2)",
130
- allow_flagging="never"
131
  )
132
 
133
  if __name__ == "__main__":
 
126
  fn=generate_video,
127
  inputs=gr.JSON(label="JSON do Projeto"),
128
  outputs=gr.Video(label="Vídeo Final"),
129
+ title="Renderizador AI V2 (Gradio 5 + MoviePy 2)"
 
130
  )
131
 
132
  if __name__ == "__main__":