ibombonato commited on
Commit
b5139cd
·
verified ·
1 Parent(s): 6bc7ff7

chore: share = True to see if image share work

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -329,4 +329,4 @@ with gr.Blocks() as demo:
329
  base64_debug_output.change(fn=None, inputs=[base64_debug_output], js=js_share_logic)
330
 
331
  if __name__ == "__main__":
332
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
329
  base64_debug_output.change(fn=None, inputs=[base64_debug_output], js=js_share_logic)
330
 
331
  if __name__ == "__main__":
332
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=True)