muellerzr HF staff commited on
Commit
2146985
1 Parent(s): d8e9fd4

Create a run func

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -50,6 +50,9 @@ html = f"""
50
  </iframe>
51
  """
52
 
 
 
 
53
  def main():
54
  run_aim()
55
  demo = gr.Interface(
 
50
  </iframe>
51
  """
52
 
53
+ def run():
54
+ print("Running app!")
55
+
56
  def main():
57
  run_aim()
58
  demo = gr.Interface(