Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -225,4 +225,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
225 |
generate_button = gr.Button("Submit", variant="primary")
|
226 |
|
227 |
# Launch the Gradio app
|
228 |
-
demo.launch()
|
|
|
225 |
generate_button = gr.Button("Submit", variant="primary")
|
226 |
|
227 |
# Launch the Gradio app
|
228 |
+
demo.launch(share=True)
|