sunnychenxiwang commited on
Commit
93fe576
1 Parent(s): 318e81e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
 
2
  import gradio as gr
3
  from pipeline.run_pipeline import *
4
  '''
 
1
  import os
2
+ os.system("python install.py")
3
  import gradio as gr
4
  from pipeline.run_pipeline import *
5
  '''