zac commited on
Commit
4ca204a
·
1 Parent(s): dcfcd56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -18,5 +18,4 @@ input_text = gr.inputs.Textbox(lines= 10, label="Enter your input text")
18
  output_text = gr.outputs.Textbox(label="Output text")
19
 
20
  demo = gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Running Llama on CPU is Hard", description=description)
21
- demo.queue()
22
  demo.launch()
 
18
  output_text = gr.outputs.Textbox(label="Output text")
19
 
20
  demo = gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Running Llama on CPU is Hard", description=description)
 
21
  demo.launch()