Spaces:
Paused
Paused
Update app.py
Browse files
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)
|