Spaces:
Runtime error
Runtime error
Commit
·
4223a6d
1
Parent(s):
343944f
Update app.py
Browse files
app.py
CHANGED
@@ -37,4 +37,4 @@ with gr.Blocks() as demo:
|
|
37 |
with gr.Column(scale=1):
|
38 |
button = gr.Button("Generate")
|
39 |
button.click(predict, [txt, state], [state] + text_boxes)
|
40 |
-
demo.queue().launch(share=
|
|
|
37 |
with gr.Column(scale=1):
|
38 |
button = gr.Button("Generate")
|
39 |
button.click(predict, [txt, state], [state] + text_boxes)
|
40 |
+
demo.queue().launch(share=False)
|