aladdin1995 commited on
Commit
e1e36f4
·
verified ·
1 Parent(s): a569ef7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -326,4 +326,4 @@ with gr.Blocks(title="Prompt Enhancer_V2") as demo:
326
  # demo.queue(concurrency_count=1, max_size=10)
327
  if __name__ == "__main__":
328
  # demo.launch(server_name="0.0.0.0", server_port=8080, show_error=True)
329
- demo.launch(ssr_mode=False, show_error=True)
 
326
  # demo.queue(concurrency_count=1, max_size=10)
327
  if __name__ == "__main__":
328
  # demo.launch(server_name="0.0.0.0", server_port=8080, show_error=True)
329
+ demo.launch(ssr_mode=False, show_error=True, share=True)