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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def process_roast(image_path):
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():
128
  image_input = gr.Image(type="filepath", label="Upload Image")
 
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")
126
 
127
  with gr.Row():
128
  image_input = gr.Image(type="filepath", label="Upload Image")