Tanut commited on
Commit
af5a35d
·
1 Parent(s): 7c5aece
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,4 +81,4 @@ with gr.Blocks() as demo:
81
 
82
  if __name__ == "__main__":
83
  # Keep it plain so the Space builds cleanly
84
- demo.launch()
 
81
 
82
  if __name__ == "__main__":
83
  # Keep it plain so the Space builds cleanly
84
+ demo.queue().launch(show_api=True, show_error=True, ssr_mode=False)