Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,8 @@ def process(image):
|
|
| 94 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
|
| 95 |
gr.Markdown("## 📢 Smart Ad Analyzer")
|
| 96 |
gr.Markdown(
|
| 97 |
-
"Upload an image ad to see: an Ad Category, a five-sentence Analysis,
|
|
|
|
| 98 |
)
|
| 99 |
|
| 100 |
with gr.Row():
|
|
|
|
| 94 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
|
| 95 |
gr.Markdown("## 📢 Smart Ad Analyzer")
|
| 96 |
gr.Markdown(
|
| 97 |
+
"Upload an image ad to see: an Ad Category, a five-sentence Analysis, "
|
| 98 |
+
"five bullet-point Suggestions, and Example Ads."
|
| 99 |
)
|
| 100 |
|
| 101 |
with gr.Row():
|