lgaleana commited on
Commit
db54831
1 Parent(s): 55d5bbe

Update instructions

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks() as demo:
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 in between {} are variables that you have access to.
127
  """
 
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. If the image urls are invalid, the app will break.
125
  <br> A headline for your ad will also be generated.
126
  <br> Play around with the AI tasks to get different results. Text in between {} are variables that you have access to.
127
  """