Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ with gr.Blocks(theme="Respair/Shiki@10.1.0", css=css) as demo:
|
|
| 160 |
gr.Markdown(
|
| 161 |
"""
|
| 162 |
<div style="text-align: left;">
|
| 163 |
-
|
| 164 |
</div>
|
| 165 |
"""
|
| 166 |
)
|
|
@@ -254,7 +254,7 @@ with gr.Blocks(theme="Respair/Shiki@10.1.0", css=css) as demo:
|
|
| 254 |
concurrency_limit=4,
|
| 255 |
)
|
| 256 |
|
| 257 |
-
with gr.TabItem("Example
|
| 258 |
gr.HTML("""
|
| 259 |
<div style="background-color: rgba(255, 255, 255, 0.025); padding: 20px; border-radius: 12px; backdrop-filter: blur(10px); box-shadow: 0 4px 6px rgba(0,0,0,0.5); margin-top: 8px;">
|
| 260 |
<p style="color: #1a1a1a; font-weight: 500; line-height: 1.6; font-size: 14px; text-align: center; margin: 0;">
|
|
|
|
| 160 |
gr.Markdown(
|
| 161 |
"""
|
| 162 |
<div style="text-align: left;">
|
| 163 |
+
Demo is closed until further notice; thank you for using it. Feel free to check the pre-generated samples at the `Examples` tab. <br>
|
| 164 |
</div>
|
| 165 |
"""
|
| 166 |
)
|
|
|
|
| 254 |
concurrency_limit=4,
|
| 255 |
)
|
| 256 |
|
| 257 |
+
with gr.TabItem("Example"):
|
| 258 |
gr.HTML("""
|
| 259 |
<div style="background-color: rgba(255, 255, 255, 0.025); padding: 20px; border-radius: 12px; backdrop-filter: blur(10px); box-shadow: 0 4px 6px rgba(0,0,0,0.5); margin-top: 8px;">
|
| 260 |
<p style="color: #1a1a1a; font-weight: 500; line-height: 1.6; font-size: 14px; text-align: center; margin: 0;">
|