Spaces:
Sleeping
Sleeping
LiquidoNoNewtoniano
commited on
Commit
•
b6f0ac0
1
Parent(s):
210ba53
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ description = ""
|
|
44 |
interface = gr.Interface(
|
45 |
fn=text_to_video,
|
46 |
inputs=gr.inputs.Image(type="pil"),
|
47 |
-
outputs=gr.Video(
|
48 |
title=title,
|
49 |
description=description,
|
50 |
|
|
|
44 |
interface = gr.Interface(
|
45 |
fn=text_to_video,
|
46 |
inputs=gr.inputs.Image(type="pil"),
|
47 |
+
outputs=gr.Video(),
|
48 |
title=title,
|
49 |
description=description,
|
50 |
|