Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ with gr.Blocks() as demo:
|
|
28 |
text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
29 |
image_button.click(flip_image, inputs=image_input, outputs=image_output)
|
30 |
|
31 |
-
demo.launch()
|
|
|
28 |
text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
29 |
image_button.click(flip_image, inputs=image_input, outputs=image_output)
|
30 |
|
31 |
+
demo.launch(share=True)
|