Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,4 +85,4 @@ with gr.Blocks(css=css) as demo:
|
|
85 |
|
86 |
text_button.click(generate, inputs=[promt, helper_role, max_tokens], outputs=[text_output, text_output_nm])
|
87 |
|
88 |
-
demo.queue(max_size=250, api_open=False
|
|
|
85 |
|
86 |
text_button.click(generate, inputs=[promt, helper_role, max_tokens], outputs=[text_output, text_output_nm])
|
87 |
|
88 |
+
demo.queue(max_size=250, api_open=False).launch()
|