Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
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():
|