wangfuyun commited on
Commit
59f7fc7
1 Parent(s): f531c2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -381,5 +381,6 @@ def ui():
381
  if __name__ == "__main__":
382
  demo = ui()
383
  # gr.close_all()
 
384
  demo.queue(api_open=False)
385
  demo.launch()
 
381
  if __name__ == "__main__":
382
  demo = ui()
383
  # gr.close_all()
384
+ # restart
385
  demo.queue(api_open=False)
386
  demo.launch()