fffiloni commited on
Commit
ca856cf
1 Parent(s): a5c9736

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ with gr.Blocks(css=css) as demo:
57
  with gr.Column(elem_id="col-container"):
58
  gr.Markdown(
59
  """
60
- # Image to Story
61
- Upload an image, get a story !
62
  """
63
  )
64
  with gr.Row():
 
57
  with gr.Column(elem_id="col-container"):
58
  gr.Markdown(
59
  """
60
+ <h1>Image to Story</h1>
61
+ <p>Upload an image, get a story made by Llama2 !</p>
62
  """
63
  )
64
  with gr.Row():