Spaces:
Runtime error
Runtime error
commented gr.mix as it is not available.
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import io
|
|
4 |
import gradio as gr
|
5 |
from PIL import Image
|
6 |
import requests
|
7 |
-
from gradio.mix import Series
|
8 |
|
9 |
irs_api_key = os.environ.get("IRS_API_KEY")
|
10 |
|
@@ -42,7 +42,7 @@ iface = gr.Interface(
|
|
42 |
fn=text_to_video,
|
43 |
inputs=gr.Textbox(label="Enter your prompt"),
|
44 |
outputs=gr.Video(label="Generated Video"),
|
45 |
-
title="
|
46 |
description="Enter a prompt to generate a video."
|
47 |
)
|
48 |
|
|
|
4 |
import gradio as gr
|
5 |
from PIL import Image
|
6 |
import requests
|
7 |
+
#from gradio.mix import Series
|
8 |
|
9 |
irs_api_key = os.environ.get("IRS_API_KEY")
|
10 |
|
|
|
42 |
fn=text_to_video,
|
43 |
inputs=gr.Textbox(label="Enter your prompt"),
|
44 |
outputs=gr.Video(label="Generated Video"),
|
45 |
+
title="Text to Video Generation",
|
46 |
description="Enter a prompt to generate a video."
|
47 |
)
|
48 |
|