chenxie95 commited on
Commit
6634a6f
·
1 Parent(s): 01c47fb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,4 +242,4 @@ with gr.Blocks(theme=blue_theme, title="Audio ControlNet – Text to Audio") as
242
  """)
243
 
244
  if __name__ == "__main__":
245
- demo.launch(server_name="0.0.0.0")
 
242
  """)
243
 
244
  if __name__ == "__main__":
245
+ demo.launch(server_name="0.0.0.0", quiet=True)