Spaces:
Sleeping
Sleeping
Ahmad Shahzad
commited on
Commit
·
dbfe18a
1
Parent(s):
da85315
public shared
Browse files
app.py
CHANGED
@@ -37,4 +37,4 @@ with gr.Blocks() as demo:
|
|
37 |
button = gr.Button("Process Image")
|
38 |
button.click(process_image, inputs=input_image, outputs=[output1, output2, output3])
|
39 |
|
40 |
-
demo.launch()
|
|
|
37 |
button = gr.Button("Process Image")
|
38 |
button.click(process_image, inputs=input_image, outputs=[output1, output2, output3])
|
39 |
|
40 |
+
demo.launch(share=True)
|