Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|