manabb commited on
Commit
3dcf5c8
·
verified ·
1 Parent(s): a17791b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -593,5 +593,5 @@ with gr.Blocks(css=css) as demo:
593
  🚧 Coming Soon 🚧
594
  </div> """
595
  )
596
- #demo.queue().launch()
597
- demo.launch()
 
593
  🚧 Coming Soon 🚧
594
  </div> """
595
  )
596
+ demo.queue().launch()
597
+ #demo.launch()