Spaces:
Runtime error
Runtime error
Disable share
Browse files
app.py
CHANGED
@@ -153,4 +153,4 @@ with gr.Blocks(theme=theme, analytics_enabled=False) as demo:
|
|
153 |
instruction.submit(generate, inputs=[instruction, temperature, max_new_tokens, top_p, top_k], outputs=[output])
|
154 |
|
155 |
demo.queue(concurrency_count=1)
|
156 |
-
demo.launch(enable_queue=True
|
|
|
153 |
instruction.submit(generate, inputs=[instruction, temperature, max_new_tokens, top_p, top_k], outputs=[output])
|
154 |
|
155 |
demo.queue(concurrency_count=1)
|
156 |
+
demo.launch(enable_queue=True)
|