Elle McFarlane commited on
Commit
4a7b364
·
1 Parent(s): 5a52c2a

update gif path for gradio app

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