Omnibus commited on
Commit
de22865
·
verified ·
1 Parent(s): b41e05d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -513,5 +513,5 @@ with gr.Blocks() as app:
513
  drop2.change(make_tree,[drop1,drop2],[drop3])
514
  drop3.change(make_tree,[drop1,drop2,drop3],[drop4])
515
  ######################
516
- app.load(run,None,[drop1,html_im])
517
  app.queue(default_concurrency_limit=10).launch()
 
513
  drop2.change(make_tree,[drop1,drop2],[drop3])
514
  drop3.change(make_tree,[drop1,drop2,drop3],[drop4])
515
  ######################
516
+ #app.load(run,None,[drop1,html_im])
517
  app.queue(default_concurrency_limit=10).launch()