Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -584,6 +584,6 @@ with gr.Blocks(css=css) as demo:
|
|
584 |
radio_components[category] = radio # Store the radio component
|
585 |
|
586 |
|
587 |
-
demo.launch()
|
588 |
|
589 |
|
|
|
584 |
radio_components[category] = radio # Store the radio component
|
585 |
|
586 |
|
587 |
+
demo.launch(share=True)
|
588 |
|
589 |
|