lgaleana commited on
Commit
aa74bcc
1 Parent(s): feda34f

Instructions

Browse files
Files changed (1) hide show
  1. gradio_app.py +4 -4
gradio_app.py CHANGED
@@ -120,10 +120,10 @@ with gr.Blocks() as demo:
120
  """
121
  ## Scrape a website and get an ad
122
  Enter an url and the dimensions for an image (eg, 300x600).
123
- <br> A sequence of code and AI tasks will scrape the website and find an image that best fits those dimensions.
124
- <br> It's your job to edit the image.
125
- <br> A headline for your ad will also be generated, along with an explanation of why the image was chosen.
126
- <br> Play around with the AI tasks to get different results.
127
  """
128
  )
129
 
 
120
  """
121
  ## Scrape a website and get an ad
122
  Enter an url and the dimensions for an image (eg, 300x600).
123
+ <br> A sequence of code and AI tasks will scrape the website and find an image that best fits those dimensions. They will also generate an AI image.
124
+ <br> It's your job to edit either of those images.
125
+ <br> A headline for your ad will also be generated.
126
+ <br> Play around with the AI tasks to get different results. Text inbetween {} are variables that you have access to.
127
  """
128
  )
129