Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ with gr.Blocks() as iface:
|
|
240 |
inputs=gr.Textbox(label="Enter the movie or TV show title:"),
|
241 |
outputs=gr.Video(label="Output Video"),
|
242 |
title="Movie/TV Show Video Summary Generator",
|
243 |
-
|
244 |
)
|
245 |
|
246 |
iface.launch()
|
|
|
240 |
inputs=gr.Textbox(label="Enter the movie or TV show title:"),
|
241 |
outputs=gr.Video(label="Output Video"),
|
242 |
title="Movie/TV Show Video Summary Generator",
|
243 |
+
description="Enter a movie or TV show title to generate a summary video with voiceover and background music.<br><h2>Make sure to support me USDT (TRC-20): TAe7hsSVWtMEYz3G5V1UiUdYPQVqm28bKx</h2>"
|
244 |
)
|
245 |
|
246 |
iface.launch()
|