Update app.py
Browse files
app.py
CHANGED
|
@@ -49,6 +49,13 @@ Output ONLY valid C++ code. Do not include markdown blocks or explanations.
|
|
| 49 |
yield f"❌ Connection Error: Ensure bridge is running", str(e)
|
| 50 |
|
| 51 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
gr.Markdown("# 👻 Ghost-Coder: Autonomous CUDA-to-HIP Agent")
|
| 53 |
gr.Markdown("### Powered by AMD Instinct™ MI300X | Qwen2.5-Coder-32B")
|
| 54 |
|
|
|
|
| 49 |
yield f"❌ Connection Error: Ensure bridge is running", str(e)
|
| 50 |
|
| 51 |
with gr.Blocks() as demo:
|
| 52 |
+
gr.HTML("""
|
| 53 |
+
<div style="background-color: #fff3cd; color: #856404; padding: 15px; border-radius: 5px; border: 1px solid #ffeeba; margin-bottom: 20px;">
|
| 54 |
+
<strong>⚠️ Demo Status: GPU Backend Paused</strong><br>
|
| 55 |
+
The AMD MI300X instance for this live demo has been paused due to the conclusion of the hackathon credit period.
|
| 56 |
+
To see the agent in action, please view the <strong><a href="YOUR_LABLAB_SUBMISSION_URL" target="_blank">Full Video Presentation on Lablab.ai</a></strong>.
|
| 57 |
+
</div>
|
| 58 |
+
""")
|
| 59 |
gr.Markdown("# 👻 Ghost-Coder: Autonomous CUDA-to-HIP Agent")
|
| 60 |
gr.Markdown("### Powered by AMD Instinct™ MI300X | Qwen2.5-Coder-32B")
|
| 61 |
|