Xu Ma commited on
Commit
a24b9b5
1 Parent(s): 1dce2eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -35,14 +35,16 @@ def run_cmd(command):
35
  # run_cmd("ls")
36
  # run_cmd("git submodule update --init --recursive")
37
  # run_cmd("python setup.py install --user")
38
- # run_cmd("pip list")
39
- # print("Sccuessfuly import diffvg ")
 
 
40
  # run_cmd("pwd")
41
  # run_cmd("ls")
42
  # run_cmd("git submodule update --init --recursive")
43
  # run_cmd("python setup.py install --user")
44
 
45
- run_cmd("python main.py --config config/base.yaml --experiment experiment_5x1 --signature smile --target figures/smile.png --log_dir log/")
46
  from main import main_func
47
 
48
  def parse_args():
 
35
  # run_cmd("ls")
36
  # run_cmd("git submodule update --init --recursive")
37
  # run_cmd("python setup.py install --user")
38
+ run_cmd("pip list")
39
+ import pydiffvg
40
+
41
+ print("Sccuessfuly import diffvg ")
42
  # run_cmd("pwd")
43
  # run_cmd("ls")
44
  # run_cmd("git submodule update --init --recursive")
45
  # run_cmd("python setup.py install --user")
46
 
47
+ # run_cmd("python main.py --config config/base.yaml --experiment experiment_5x1 --signature smile --target figures/smile.png --log_dir log/")
48
  from main import main_func
49
 
50
  def parse_args():