KexuanRen commited on
Commit
8a44944
·
verified ·
1 Parent(s): 43709a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ def setup_and_run():
25
  subprocess.run([sys.executable, "gradio_app.py"], cwd=repo_dir, check=True)
26
  except subprocess.CalledProcessError as e:
27
  logger.error(f"Gradio exit: {e}")
 
28
 
29
  if __name__ == "__main__":
30
  setup_and_run()
 
25
  subprocess.run([sys.executable, "gradio_app.py"], cwd=repo_dir, check=True)
26
  except subprocess.CalledProcessError as e:
27
  logger.error(f"Gradio exit: {e}")
28
+
29
 
30
  if __name__ == "__main__":
31
  setup_and_run()