jrfish commited on
Commit
0645602
·
verified ·
1 Parent(s): 923fb72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)