Spaces:
Runtime error
Runtime error
move hyperbolic gemini
Browse files
app.py
CHANGED
|
@@ -20,10 +20,6 @@ from app_together import demo as demo_together
|
|
| 20 |
from app_xai import demo as demo_grok
|
| 21 |
|
| 22 |
with gr.Blocks(fill_height=True) as demo:
|
| 23 |
-
with gr.Tab("ChatGPT"):
|
| 24 |
-
demo_openai.render()
|
| 25 |
-
with gr.Tab("Claude"):
|
| 26 |
-
demo_claude.render()
|
| 27 |
with gr.Tab("Hyperbolic"):
|
| 28 |
demo_hyperbolic.render()
|
| 29 |
gr.Markdown(
|
|
@@ -35,6 +31,12 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 35 |
**Note:** This model is supported by Hyperbolic. Build your AI apps at [Hyperbolic](https://app.hyperbolic.xyz/).
|
| 36 |
"""
|
| 37 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
with gr.Tab("Qwen"):
|
| 39 |
demo_qwen.render()
|
| 40 |
with gr.Tab("AllenAI"):
|
|
@@ -52,8 +54,6 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 52 |
)
|
| 53 |
with gr.Tab("Marco-o1"):
|
| 54 |
demo_marco_o1.render()
|
| 55 |
-
with gr.Tab("Gemini"):
|
| 56 |
-
demo_gemini.render()
|
| 57 |
with gr.Tab("LTX Video"):
|
| 58 |
demo_ltx_video.render()
|
| 59 |
with gr.Tab("Groq"):
|
|
|
|
| 20 |
from app_xai import demo as demo_grok
|
| 21 |
|
| 22 |
with gr.Blocks(fill_height=True) as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
with gr.Tab("Hyperbolic"):
|
| 24 |
demo_hyperbolic.render()
|
| 25 |
gr.Markdown(
|
|
|
|
| 31 |
**Note:** This model is supported by Hyperbolic. Build your AI apps at [Hyperbolic](https://app.hyperbolic.xyz/).
|
| 32 |
"""
|
| 33 |
)
|
| 34 |
+
with gr.Tab("Gemini"):
|
| 35 |
+
demo_gemini.render()
|
| 36 |
+
with gr.Tab("ChatGPT"):
|
| 37 |
+
demo_openai.render()
|
| 38 |
+
with gr.Tab("Claude"):
|
| 39 |
+
demo_claude.render()
|
| 40 |
with gr.Tab("Qwen"):
|
| 41 |
demo_qwen.render()
|
| 42 |
with gr.Tab("AllenAI"):
|
|
|
|
| 54 |
)
|
| 55 |
with gr.Tab("Marco-o1"):
|
| 56 |
demo_marco_o1.render()
|
|
|
|
|
|
|
| 57 |
with gr.Tab("LTX Video"):
|
| 58 |
demo_ltx_video.render()
|
| 59 |
with gr.Tab("Groq"):
|