Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,4 +67,4 @@ with gr.Blocks(css=css) as demo:
|
|
67 |
input_img.change(infer, [input_img], [output_1, output_2, output_3])
|
68 |
|
69 |
|
70 |
-
demo.launch(debug=True)
|
|
|
67 |
input_img.change(infer, [input_img], [output_1, output_2, output_3])
|
68 |
|
69 |
|
70 |
+
demo.launch(debug=True, share=True)
|