Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
126
  with gr.Column(elem_id="col-container"):
127
  gr.Markdown(
128
  """
129
- <h1 style="text-align: center">Image to Story</h1>
130
  <p style="text-align: center">Upload an image, get a story made by Llama2 !</p>
131
  """
132
  )
 
126
  with gr.Column(elem_id="col-container"):
127
  gr.Markdown(
128
  """
129
+ <h1 style="text-align: center">Image Storyteller</h1>
130
  <p style="text-align: center">Upload an image, get a story made by Llama2 !</p>
131
  """
132
  )