RedBottle13 commited on
Commit
ab3cfe3
·
verified ·
1 Parent(s): 44b24c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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