akhaliq HF Staff commited on
Commit
de786d0
·
verified ·
1 Parent(s): 0062f57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,7 +317,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="AI Video Generator
317
  # Launch the app
318
  if __name__ == "__main__":
319
  demo.launch(
320
- show_api=True,
321
  share=False,
322
  show_error=True
323
  )
 
317
  # Launch the app
318
  if __name__ == "__main__":
319
  demo.launch(
320
+ show_api=False,
321
  share=False,
322
  show_error=True
323
  )