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