nick-leland commited on
Commit
cfc47f2
·
1 Parent(s): b0daa38

going public :D

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,4 +178,4 @@ demo = gr.Interface(
178
  def update_spiral_frequency(func_choice):
179
  return gr.Slider(visible=(func_choice == "Spiral"))
180
 
181
- demo.launch()
 
178
  def update_spiral_frequency(func_choice):
179
  return gr.Slider(visible=(func_choice == "Spiral"))
180
 
181
+ demo.launch(share=True)