Spaces:
Build error
Build error
nick-leland
commited on
Commit
·
cfc47f2
1
Parent(s):
b0daa38
going public :D
Browse files
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)
|