zw89 commited on
Commit
be3ffcc
·
verified ·
1 Parent(s): 207b04a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,5 +26,6 @@ with gr.Blocks() as demo:
26
  btn.click(fn=generate, inputs=prompt_input, outputs=gallery_output)
27
 
28
  if __name__ == "__main__":
29
- demo.launch()
 
30
 
 
26
  btn.click(fn=generate, inputs=prompt_input, outputs=gallery_output)
27
 
28
  if __name__ == "__main__":
29
+ demo.launch(ssr_mode=False, inline=False, show_error=True)
30
+
31