Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,6 @@ examples = [
|
|
24 |
]
|
25 |
|
26 |
|
27 |
-
demo = gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Llama Language Model", description=description, examples=examples)
|
28 |
demo.queue(concurrency_count=3)
|
29 |
demo.launch()
|
|
|
24 |
]
|
25 |
|
26 |
|
27 |
+
demo = gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Llama Language Model", description=description, examples=examples)
|
28 |
demo.queue(concurrency_count=3)
|
29 |
demo.launch()
|