Spaces:
Runtime error
Runtime error
add back hyperbolic markdown
Browse files
app.py
CHANGED
|
@@ -39,6 +39,13 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 39 |
demo_groq.render()
|
| 40 |
with gr.Tab("Hyperbolic"):
|
| 41 |
demo_hyperbolic.render()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
with gr.Tab("Qwen"):
|
| 43 |
demo_qwen.render()
|
| 44 |
with gr.Tab("Perplexity"):
|
|
|
|
| 39 |
demo_groq.render()
|
| 40 |
with gr.Tab("Hyperbolic"):
|
| 41 |
demo_hyperbolic.render()
|
| 42 |
+
gr.Markdown("""
|
| 43 |
+
<div>
|
| 44 |
+
<img src="https://storage.googleapis.com/public-arena-asset/hyperbolic_logo.png" alt="Hyperbolic Logo" style="height: 50px; margin-right: 10px;">
|
| 45 |
+
</div>
|
| 46 |
+
|
| 47 |
+
**Note:** This model is supported by Hyperbolic. Build your AI apps at [Hyperbolic](https://app.hyperbolic.xyz/).
|
| 48 |
+
""")
|
| 49 |
with gr.Tab("Qwen"):
|
| 50 |
demo_qwen.render()
|
| 51 |
with gr.Tab("Perplexity"):
|