Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ iface = gr.Interface(
|
|
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__":
|
|
|
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__":
|