Update app.py
Browse files
app.py
CHANGED
|
@@ -51,8 +51,8 @@ with gr.Blocks() as demo:
|
|
| 51 |
|
| 52 |
with gr.Row():
|
| 53 |
gr.HTML(f"""
|
| 54 |
-
<div style="background-color: #fff3cd; color: #856404; padding: 20px; border-radius: 8px; border: 1px solid #ffeeba; width: 100%; text-align:
|
| 55 |
-
<span style="font-size: 1.2em;">⚠️
|
| 56 |
<p style="margin-top: 10px; color: #856404;">The AMD MI300X instance for this live demo has been paused following the conclusion of the hackathon credit period.</p>
|
| 57 |
<a href="{LABLAB_URL}" target="_blank" style="display: inline-block; background-color: #856404; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 5px;">View Full Video Demo & Technical Pitch</a>
|
| 58 |
</div>
|
|
|
|
| 51 |
|
| 52 |
with gr.Row():
|
| 53 |
gr.HTML(f"""
|
| 54 |
+
<div style="background-color: #fff3cd; color: #856404; padding: 20px; border-radius: 8px; border: 1px solid #ffeeba; width: 100%; text-align: left; font-family: sans-serif;">
|
| 55 |
+
<span style="font-size: 1.2em;">⚠️Demo Status: GPU Backend Paused</span><br>
|
| 56 |
<p style="margin-top: 10px; color: #856404;">The AMD MI300X instance for this live demo has been paused following the conclusion of the hackathon credit period.</p>
|
| 57 |
<a href="{LABLAB_URL}" target="_blank" style="display: inline-block; background-color: #856404; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 5px;">View Full Video Demo & Technical Pitch</a>
|
| 58 |
</div>
|