lewtun HF staff commited on
Commit
76e883b
1 Parent(s): da700a9

Disable share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,4 +153,4 @@ with gr.Blocks(theme=theme, analytics_enabled=False) as demo:
153
  instruction.submit(generate, inputs=[instruction, temperature, max_new_tokens, top_p, top_k], outputs=[output])
154
 
155
  demo.queue(concurrency_count=1)
156
- demo.launch(enable_queue=True, share=True)
 
153
  instruction.submit(generate, inputs=[instruction, temperature, max_new_tokens, top_p, top_k], outputs=[output])
154
 
155
  demo.queue(concurrency_count=1)
156
+ demo.launch(enable_queue=True)