Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,7 +121,7 @@ def process_roast(image_path):
|
|
| 121 |
|
| 122 |
# Gradio Interface
|
| 123 |
with gr.Blocks(theme=theme) as demo:
|
| 124 |
-
gr.Markdown("#
|
| 125 |
gr.Markdown("Upload an image, click 'Roast Image', and the AI will roast it, convert the roast to audio, and generate a video with a logo overlay.")
|
| 126 |
|
| 127 |
with gr.Row():
|
|
|
|
| 121 |
|
| 122 |
# Gradio Interface
|
| 123 |
with gr.Blocks(theme=theme) as demo:
|
| 124 |
+
gr.Markdown("# Get Roasted, Ready?")
|
| 125 |
gr.Markdown("Upload an image, click 'Roast Image', and the AI will roast it, convert the roast to audio, and generate a video with a logo overlay.")
|
| 126 |
|
| 127 |
with gr.Row():
|