vijaykumaredstellar commited on
Commit
87f178a
·
verified ·
1 Parent(s): 1af7764

Update app.py

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