Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ with gr.Blocks() as demo:
|
|
| 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: 5px; 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="
|
| 58 |
</div>
|
| 59 |
""")
|
| 60 |
|
|
|
|
| 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: 5px; 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="https://lablab.ai/ai-hackathons/amd-developer/amd-ghost-coder-cuda-to-rocm-ai-migration/ghost-coder-autonomous-cuda-to-hip-agent" 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: 3px;">View Full Video Demo & Technical Pitch</a>
|
| 58 |
</div>
|
| 59 |
""")
|
| 60 |
|