Spaces:
Running
Running
Commit
·
13c420f
1
Parent(s):
e183288
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,11 +69,13 @@ with demo:
|
|
| 69 |
</p>
|
| 70 |
</div>
|
| 71 |
""")
|
| 72 |
-
with gr.
|
| 73 |
-
with gr.
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
|
|
|
|
|
|
| 77 |
gr.HTML(
|
| 78 |
"""
|
| 79 |
<div class="footer">
|
|
|
|
| 69 |
</p>
|
| 70 |
</div>
|
| 71 |
""")
|
| 72 |
+
with gr.Tabs():
|
| 73 |
+
with gr.TabItem("V1"):
|
| 74 |
+
with gr.Column():
|
| 75 |
+
with gr.Row().style(equal_height=True):
|
| 76 |
+
gall = gr.Gallery(elem_id='gallery').style(grid=[4])
|
| 77 |
+
greet_btn = gr.Button("Generate")
|
| 78 |
+
greet_btn.click(fn=ex, outputs=gall)
|
| 79 |
gr.HTML(
|
| 80 |
"""
|
| 81 |
<div class="footer">
|