Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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,
|