Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
1littlecoder
commited on
Commit
•
38d36d6
1
Parent(s):
3b3dd59
Update app.py
Browse files
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
|
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")
|