Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ def generate_video(image):
|
|
144 |
# fn=generate_video,
|
145 |
# inputs=gr.Image(type="pil"),
|
146 |
# outputs=gr.Video(),
|
147 |
-
# title="
|
148 |
# description="Upload an image to generate a video using a custom model",
|
149 |
# theme="soft"
|
150 |
# )
|
@@ -154,7 +154,7 @@ interface = gr.Interface(
|
|
154 |
fn=lambda img: generate_video(img),
|
155 |
inputs=gr.Image(type="pil"),
|
156 |
outputs=gr.Video(),
|
157 |
-
title="
|
158 |
description="Upload an image to generate a video",
|
159 |
theme="soft"
|
160 |
)
|
|
|
144 |
# fn=generate_video,
|
145 |
# inputs=gr.Image(type="pil"),
|
146 |
# outputs=gr.Video(),
|
147 |
+
# title="InspiroV Video Generation",
|
148 |
# description="Upload an image to generate a video using a custom model",
|
149 |
# theme="soft"
|
150 |
# )
|
|
|
154 |
fn=lambda img: generate_video(img),
|
155 |
inputs=gr.Image(type="pil"),
|
156 |
outputs=gr.Video(),
|
157 |
+
title="InspiroV Video Generation",
|
158 |
description="Upload an image to generate a video",
|
159 |
theme="soft"
|
160 |
)
|