Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,4 +58,4 @@ with gr.Blocks() as demo:
|
|
| 58 |
# run_button.click(fn=process, inputs=[image_path, user_prompt], outputs=output)
|
| 59 |
|
| 60 |
|
| 61 |
-
demo.launch()
|
|
|
|
| 58 |
# run_button.click(fn=process, inputs=[image_path, user_prompt], outputs=output)
|
| 59 |
|
| 60 |
|
| 61 |
+
demo.launch(share=True)
|