Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,5 @@ with gr.Blocks() as demo:
|
|
29 |
clear_button.click(clear_image, outputs=[output_image])
|
30 |
|
31 |
# Launch the app
|
32 |
-
if __name__ == "__main__":
|
33 |
-
demo.launch()
|
34 |
-
demo.launch(debug=True)
|
|
|
29 |
clear_button.click(clear_image, outputs=[output_image])
|
30 |
|
31 |
# Launch the app
|
32 |
+
if __name__ == "__main__":
|
33 |
+
demo.launch(share=True, debug=True)
|
|