Politrees commited on
Commit
635b9df
·
verified ·
1 Parent(s): ecb00bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -600,7 +600,7 @@ with gr.Blocks(
600
  )
601
 
602
  def main():
603
- app.launch(share=True)
604
 
605
  if __name__ == "__main__":
606
  main()
 
600
  )
601
 
602
  def main():
603
+ app.launch(share=True, debug=True)
604
 
605
  if __name__ == "__main__":
606
  main()