Rejekts commited on
Commit
fb99b18
1 Parent(s): e00ce49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1463,7 +1463,7 @@ with gr.Blocks(title="🔊",theme=gr.themes.Base(primary_hue="rose",neutral_hue=
1463
  )
1464
 
1465
  if config.iscolab:
1466
- app.queue().launch(share=True)
1467
  else:
1468
  app.queue().launch(
1469
  server_name="0.0.0.0",
 
1463
  )
1464
 
1465
  if config.iscolab:
1466
+ app.queue().launch(share=True,debug=True)
1467
  else:
1468
  app.queue().launch(
1469
  server_name="0.0.0.0",