user commited on
Commit
a468bb5
1 Parent(s): b6be81f
Files changed (2) hide show
  1. README.md +1 -1
  2. run.py +6 -0
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: pink
5
  colorTo: blue
6
  sdk: gradio
7
  sdk_version: 3.19.1
8
- app_file: webui.sh
9
  pinned: false
10
  ---
11
 
 
5
  colorTo: blue
6
  sdk: gradio
7
  sdk_version: 3.19.1
8
+ app_file: run.py
9
  pinned: false
10
  ---
11
 
run.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # import os
2
+
3
+ # if not os.path.exists("extensions/deforum"):
4
+ # exec(open("deforum.sh").read())
5
+
6
+ exec(open("run.sh").read())