Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,6 @@ def get_stable_diffusion_images(prompt) -> str:
|
|
122 |
|
123 |
|
124 |
iface = gr.Interface(
|
125 |
-
title = "Pudfuss",
|
126 |
fn=process_inputs,
|
127 |
inputs=[
|
128 |
gr.Textbox(label="Describe your podcast clip"),
|
@@ -131,6 +130,8 @@ iface = gr.Interface(
|
|
131 |
gr.Number(label="Run for (in seconds)"),
|
132 |
],
|
133 |
outputs="video",
|
|
|
|
|
134 |
)
|
135 |
|
136 |
if __name__ == "__main__":
|
|
|
122 |
|
123 |
|
124 |
iface = gr.Interface(
|
|
|
125 |
fn=process_inputs,
|
126 |
inputs=[
|
127 |
gr.Textbox(label="Describe your podcast clip"),
|
|
|
130 |
gr.Number(label="Run for (in seconds)"),
|
131 |
],
|
132 |
outputs="video",
|
133 |
+
title= "Podfusion",
|
134 |
+
description="Here's a tool to help you create a video from your Podcast. Enjoy",
|
135 |
)
|
136 |
|
137 |
if __name__ == "__main__":
|