Spaces:
Runtime error
Runtime error
enable queue
Browse files
app.py
CHANGED
|
@@ -30,4 +30,4 @@ with gr.Blocks(title="Python Code Generation",theme=gr.themes.Monochrome()) as d
|
|
| 30 |
output = gr.Textbox(label="Code")
|
| 31 |
greet_btn.click(fn=predict, inputs=input, outputs=output)
|
| 32 |
|
| 33 |
-
demo.launch(
|
|
|
|
| 30 |
output = gr.Textbox(label="Code")
|
| 31 |
greet_btn.click(fn=predict, inputs=input, outputs=output)
|
| 32 |
|
| 33 |
+
demo.launch(enable_queue=True)
|