Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
MohanaPrasad2002
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MohanaPrasad2002
commited on
Mar 17
Commit
1e32c49
·
verified
·
1 Parent(s):
086969c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -58,7 +58,7 @@ def video_generation(
58
loop=0
59
)
60
61
-
return
f
"
Video saved to {output_path}"
62
63
64
58
loop=0
59
)
60
61
+
return
video_frames
"
62
63
64