Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,9 +51,9 @@ with gr.Blocks(css = """#img_search img {width: 100%; height: 100%; object-fit:
|
|
51 |
"
|
52 |
>
|
53 |
<h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
|
54 |
-
|
55 |
<div><h4 style="font-weight: 500; margin-bottom: 7px; margin-top: 5px;">
|
56 |
-
|
57 |
</div>""")
|
58 |
with gr.Accordion(label="Details about the working:", open=False, elem_id='accordion'):
|
59 |
gr.HTML("""
|
|
|
51 |
"
|
52 |
>
|
53 |
<h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
|
54 |
+
Streaming PlaygroundAI Images in a grid </h1><br></div>
|
55 |
<div><h4 style="font-weight: 500; margin-bottom: 7px; margin-top: 5px;">
|
56 |
+
Based on <a href="https://github.com/playgroundai/liked_images" target="_blank">PlaygroundAI Image dataset</a></h4><br>
|
57 |
</div>""")
|
58 |
with gr.Accordion(label="Details about the working:", open=False, elem_id='accordion'):
|
59 |
gr.HTML("""
|