Update app.py
Browse filesoops, don't need share
app.py
CHANGED
@@ -98,4 +98,4 @@ with gr.Blocks() as demo:
|
|
98 |
# seed1.change(open_ims, [adj1,choice1,seed1], [images1])
|
99 |
# seed2.change(open_ims, [adj2,choice2,seed2], [images2])
|
100 |
|
101 |
-
demo.launch(
|
|
|
98 |
# seed1.change(open_ims, [adj1,choice1,seed1], [images1])
|
99 |
# seed2.change(open_ims, [adj2,choice2,seed2], [images2])
|
100 |
|
101 |
+
demo.launch()
|