1littlecoder commited on
Commit
3b3dd59
1 Parent(s): eeaae00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# Image Roasting App with TTS and Video")
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():