Spaces:
Running
Running
LittleLirow
commited on
Commit
•
54d6c11
1
Parent(s):
7fe7154
Make example video accessed from the web
Browse files- app.py +1 -1
- src/example.mp4 +0 -0
app.py
CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as demo:
|
|
36 |
with gr.Column():
|
37 |
out_path = os.path.join(os.path.dirname(os.getcwd()), "fearflixai/src","example.mp4")
|
38 |
print(out_path)
|
39 |
-
video_out = gr.PlayableVideo(
|
40 |
download_button = gr.Button("Download")
|
41 |
|
42 |
generate_button.click(generate_video, inputs=video_out, outputs=video_out)
|
|
|
36 |
with gr.Column():
|
37 |
out_path = os.path.join(os.path.dirname(os.getcwd()), "fearflixai/src","example.mp4")
|
38 |
print(out_path)
|
39 |
+
video_out = gr.PlayableVideo("https://cdn.discordapp.com/attachments/562513006530002957/995566813008109648/Neco-Arc_Bubbles_agree_with_you.mp4")
|
40 |
download_button = gr.Button("Download")
|
41 |
|
42 |
generate_button.click(generate_video, inputs=video_out, outputs=video_out)
|
src/example.mp4
DELETED
Binary file (355 kB)
|
|