alexnasa commited on
Commit
79161b2
·
verified ·
1 Parent(s): 9aca42f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ def generate_scene(
204
  found = [tag for tag in tags if tag in text_prompt]
205
 
206
  if bool(found):
207
- print(f"{session_id} used tages")
208
 
209
  return generate_video(text_prompt,
210
  sample_steps,
 
204
  found = [tag for tag in tags if tag in text_prompt]
205
 
206
  if bool(found):
207
+ print(f"{session_id} used tags")
208
 
209
  return generate_video(text_prompt,
210
  sample_steps,