Slickstar commited on
Commit
e11d437
·
verified ·
1 Parent(s): e67896b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,4 +47,4 @@ with gr.Blocks(title="Personal Web Archive") as app:
47
  btn.click(handle_archive, inputs=inp, outputs=out)
48
 
49
  if __name__ == "__main__":
50
- app.launch(server_name="0.0.0.0", server_port=7860)
 
47
  btn.click(handle_archive, inputs=inp, outputs=out)
48
 
49
  if __name__ == "__main__":
50
+ app.launch(server_name="0.0.0.0", server_port=7860,share=True)