Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -500,5 +500,9 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose")
|
|
| 500 |
## In loving memory of JLabDX 🕊️
|
| 501 |
"""
|
| 502 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 503 |
|
| 504 |
demo.queue(api_open=False).launch(show_api=False) # idk ilaria if you want or dont want to
|
|
|
|
| 500 |
## In loving memory of JLabDX 🕊️
|
| 501 |
"""
|
| 502 |
)
|
| 503 |
+
with gr.Tab(("")):
|
| 504 |
+
gr.Markdown('''
|
| 505 |
+

|
| 506 |
+
''')
|
| 507 |
|
| 508 |
demo.queue(api_open=False).launch(show_api=False) # idk ilaria if you want or dont want to
|