Elle McFarlane commited on
Commit
ccfe5dd
·
1 Parent(s): d7c3280

update path

Browse files
Files changed (1) hide show
  1. text2motion/app.py +1 -1
text2motion/app.py CHANGED
@@ -7,7 +7,7 @@ sys.path.insert(0, ".")
7
 
8
  def generate(prompt, length):
9
  logging.warning("NOT generating per the prompt [TODO], just returning a denoising gif.")
10
- result_path = "./media/denoising_grab_model.gif"
11
  return result_path
12
 
13
 
 
7
 
8
  def generate(prompt, length):
9
  logging.warning("NOT generating per the prompt [TODO], just returning a denoising gif.")
10
+ result_path = "text2motion/media/denoising_grab_model.gif"
11
  return result_path
12
 
13