Spaces:
Sleeping
Sleeping
alifuatkurt
commited on
Commit
•
312e4f2
1
Parent(s):
571f667
Update app.py
Browse files
app.py
CHANGED
@@ -207,4 +207,4 @@ with gr.Blocks(css="""
|
|
207 |
apply_button.click(fn=apply_filter, inputs=[filter_type, input_image], outputs=output_image)
|
208 |
reset_button.click(fn=reset_images, inputs=[], outputs=[input_image, output_image])
|
209 |
|
210 |
-
demo.launch()
|
|
|
207 |
apply_button.click(fn=apply_filter, inputs=[filter_type, input_image], outputs=output_image)
|
208 |
reset_button.click(fn=reset_images, inputs=[], outputs=[input_image, output_image])
|
209 |
|
210 |
+
demo.launch(share = True)
|