muellerzr HF staff commited on
Commit
dec76c4
·
1 Parent(s): 26cd3ca

Continue debugging/testing

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -45,11 +45,12 @@ html = f"""
45
  """
46
 
47
  def run():
 
 
 
48
  download_logs()
49
  run_aim()
50
  time.sleep(5)
51
-
52
- def main():
53
  demo = gr.Interface(
54
  fn=run,
55
  inputs=[],
 
45
  """
46
 
47
  def run():
48
+ print("Starting server....")
49
+
50
+ def main():
51
  download_logs()
52
  run_aim()
53
  time.sleep(5)
 
 
54
  demo = gr.Interface(
55
  fn=run,
56
  inputs=[],