Rooni commited on
Commit
da2ddf3
·
verified ·
1 Parent(s): dc8c31e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,4 +85,4 @@ with gr.Blocks(css=css) as demo:
85
 
86
  text_button.click(generate, inputs=[promt, helper_role, max_tokens], outputs=[text_output, text_output_nm])
87
 
88
- demo.queue(max_size=250, api_open=False, share=False).launch()
 
85
 
86
  text_button.click(generate, inputs=[promt, helper_role, max_tokens], outputs=[text_output, text_output_nm])
87
 
88
+ demo.queue(max_size=250, api_open=False).launch()