apolinario commited on
Commit
af3e488
1 Parent(s): 656dce9

Another markdown removal

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ perceptor = (
76
  .requires_grad_(False)
77
  .to(device)
78
  )
79
- def run_all(user_input, num_steps, flavor, markdown, template, width,height):
80
  import random
81
  #if uploaded_file is not None:
82
  #uploaded_folder = f"{DefaultPaths.root_path}/uploaded"
 
76
  .requires_grad_(False)
77
  .to(device)
78
  )
79
+ def run_all(user_input, num_steps, flavor, template, width, height):
80
  import random
81
  #if uploaded_file is not None:
82
  #uploaded_folder = f"{DefaultPaths.root_path}/uploaded"