Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -665,8 +665,5 @@ with gr.Blocks(css=css, title="🔗 Link Audit Tool", theme=gr.themes.Soft()) as
|
|
| 665 |
)
|
| 666 |
resume_pause_btn.click(fn=pause_audit, outputs=[resume_progress])
|
| 667 |
|
| 668 |
-
app.load(fn=load_past_runs, outputs=[runs_html, run_dropdown])
|
| 669 |
-
|
| 670 |
-
|
| 671 |
if __name__ == "__main__":
|
| 672 |
-
app.queue().launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 665 |
)
|
| 666 |
resume_pause_btn.click(fn=pause_audit, outputs=[resume_progress])
|
| 667 |
|
|
|
|
|
|
|
|
|
|
| 668 |
if __name__ == "__main__":
|
| 669 |
+
app.queue().launch(server_name="0.0.0.0", server_port=7860)
|