Spaces:
Runtime error
Runtime error
Commit
·
a602005
1
Parent(s):
3f362f6
Modified app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ interface = gr.Interface(
|
|
47 |
outputs=gr.Image(label="Generated Video (GIF)", type="filepath"),
|
48 |
title="Image-to-Video Generator",
|
49 |
description="Generate videos from text prompts and input images using AI.",
|
50 |
-
article="Made by: Mostafa Hazem
|
51 |
)
|
52 |
|
53 |
if __name__ == "__main__":
|
|
|
47 |
outputs=gr.Image(label="Generated Video (GIF)", type="filepath"),
|
48 |
title="Image-to-Video Generator",
|
49 |
description="Generate videos from text prompts and input images using AI.",
|
50 |
+
article="Made by: Mostafa Hazem."
|
51 |
)
|
52 |
|
53 |
if __name__ == "__main__":
|