Spaces:
Paused
Paused
Update app.py
#198
by
Harthika2004
- opened
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
|
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 |
)
|