Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
•
53b8c78
1
Parent(s):
51ac42f
update
Browse files- app.py +5 -5
- requirements.txt +1 -0
app.py
CHANGED
@@ -28,11 +28,11 @@ def run_cmd(command):
|
|
28 |
print("Process interrupted")
|
29 |
sys.exit(1)
|
30 |
|
31 |
-
run_cmd("gcc --version")
|
32 |
-
run_cmd("pwd")
|
33 |
-
run_cmd("ls")
|
34 |
-
run_cmd("git submodule update --init --recursive")
|
35 |
-
run_cmd("python setup.py install --user")
|
36 |
|
37 |
# run_cmd("python main.py --config config/base.yaml --experiment experiment_5x1 --signature smile --target figures/smile.png --log_dir log/")
|
38 |
from main import main_func
|
|
|
28 |
print("Process interrupted")
|
29 |
sys.exit(1)
|
30 |
|
31 |
+
# run_cmd("gcc --version")
|
32 |
+
# run_cmd("pwd")
|
33 |
+
# run_cmd("ls")
|
34 |
+
# run_cmd("git submodule update --init --recursive")
|
35 |
+
# run_cmd("python setup.py install --user")
|
36 |
|
37 |
# run_cmd("python main.py --config config/base.yaml --experiment experiment_5x1 --signature smile --target figures/smile.png --log_dir log/")
|
38 |
from main import main_func
|
requirements.txt
CHANGED
@@ -15,6 +15,7 @@ easydict
|
|
15 |
visdom
|
16 |
opencv-python==4.5.4.60
|
17 |
PyYAML>=5.3.1
|
|
|
18 |
|
19 |
|
20 |
|
|
|
15 |
visdom
|
16 |
opencv-python==4.5.4.60
|
17 |
PyYAML>=5.3.1
|
18 |
+
diffvg==0.0.1
|
19 |
|
20 |
|
21 |
|