Spaces:
Runtime error
Runtime error
Append message
Browse files- gradio_app.py +1 -0
gradio_app.py
CHANGED
@@ -69,6 +69,7 @@ with gr.Blocks() as demo:
|
|
69 |
<br> A sequence of code and AI tasks will scrape the website and find an image that best fits those dimensions.
|
70 |
<br> It's your job to edit the image.
|
71 |
<br> A headline for your ad will also be generated, along with an explanation of why the image was chosen.
|
|
|
72 |
"""
|
73 |
)
|
74 |
|
|
|
69 |
<br> A sequence of code and AI tasks will scrape the website and find an image that best fits those dimensions.
|
70 |
<br> It's your job to edit the image.
|
71 |
<br> A headline for your ad will also be generated, along with an explanation of why the image was chosen.
|
72 |
+
<br> Play around with the AI tasks to get different results.
|
73 |
"""
|
74 |
)
|
75 |
|