NexAddo commited on
Commit
a2eb755
1 Parent(s): 8f1d1cc

Update hackaprompt/gradio_app.py

Browse files
Files changed (1) hide show
  1. hackaprompt/gradio_app.py +1 -1
hackaprompt/gradio_app.py CHANGED
@@ -367,5 +367,5 @@ with gr.Blocks(theme=theme) as demo:
367
  )
368
 
369
 
370
- demo.queue(concurrency_count=8).launch(share=True)
371
 
 
367
  )
368
 
369
 
370
+ demo.queue(concurrency_count=8).launch()
371