johnnychiang commited on
Commit
bfea800
·
verified ·
1 Parent(s): aa85f48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,6 +228,6 @@ with gr.Blocks() as demo:
228
  fn=run_and_submit_all,
229
  outputs=[status_output, results_table],
230
  )
231
-
232
  if __name__ == "__main__":
233
  demo.launch(debug=True, share=False)
 
228
  fn=run_and_submit_all,
229
  outputs=[status_output, results_table],
230
  )
231
+ ""
232
  if __name__ == "__main__":
233
  demo.launch(debug=True, share=False)