Wootang01 commited on
Commit
d19ed66
·
1 Parent(s): b7b4b4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -15,5 +15,4 @@ examples = [
15
  demo = gr.Interface(fn=generate, inputs=gr.inputs.Textbox(lines=5, label="Input Text"), outputs=gr.outputs.Textbox(label="Generated Text"),
16
  title="Text Generator Pythia-125M", examples=examples)
17
 
18
- demo.queue(concurrency_count=7)
19
  demo.launch()
 
15
  demo = gr.Interface(fn=generate, inputs=gr.inputs.Textbox(lines=5, label="Input Text"), outputs=gr.outputs.Textbox(label="Generated Text"),
16
  title="Text Generator Pythia-125M", examples=examples)
17
 
 
18
  demo.launch()