lewtun HF staff commited on
Commit
9a60501
1 Parent(s): ff6dd35

Disable share again!

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,4 +167,4 @@ with gr.Blocks(theme=theme, analytics_enabled=False, css=".generating {visibilit
167
  instruction.submit(generate, inputs=[instruction, temperature, max_new_tokens, top_p, top_k], outputs=[output])
168
 
169
  demo.queue(concurrency_count=1)
170
- demo.launch(enable_queue=True, share=True)
 
167
  instruction.submit(generate, inputs=[instruction, temperature, max_new_tokens, top_p, top_k], outputs=[output])
168
 
169
  demo.queue(concurrency_count=1)
170
+ demo.launch(enable_queue=True)#, share=True)