Spaces:
Running on CPU Upgrade

osv5m commited on
Commit
327ccc9
1 Parent(s): 0f5081f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -542,4 +542,4 @@ if __name__ == "__main__":
542
  next_button.click(next_, inputs=[state], outputs=[map_, results, image_, text_count, text, next_button, perf, coords, rules, text_end, select_button])
543
  exit_button.click(exit_, inputs=[state], outputs=[map_, results, image_, text_count, text, next_button, perf, coords, rules, text_end, select_button])
544
 
545
- demo.launch(allowed_paths=["custom.ttf"], debug=True)
 
542
  next_button.click(next_, inputs=[state], outputs=[map_, results, image_, text_count, text, next_button, perf, coords, rules, text_end, select_button])
543
  exit_button.click(exit_, inputs=[state], outputs=[map_, results, image_, text_count, text, next_button, perf, coords, rules, text_end, select_button])
544
 
545
+ demo.queue().launch(allowed_paths=["custom.ttf"], debug=True)