Spaces:
Runtime error
Runtime error
gradio star
Browse files
app.py
CHANGED
@@ -31,49 +31,73 @@ with gr.Blocks(fill_height=True) as demo:
|
|
31 |
</div>
|
32 |
|
33 |
**Note:** This model is supported by Hyperbolic. Build your AI apps at [Hyperbolic](https://app.hyperbolic.xyz/).
|
|
|
|
|
34 |
"""
|
35 |
)
|
36 |
with gr.Tab("ShowUI"):
|
37 |
demo_showui.render()
|
|
|
38 |
with gr.Tab("PlayAI"):
|
39 |
demo_playai.render()
|
|
|
40 |
with gr.Tab("Grok"):
|
41 |
demo_grok.render()
|
|
|
42 |
with gr.Tab("Gemini"):
|
43 |
demo_gemini.render()
|
|
|
44 |
with gr.Tab("ChatGPT"):
|
45 |
demo_openai.render()
|
|
|
46 |
with gr.Tab("Claude"):
|
47 |
demo_claude.render()
|
|
|
48 |
with gr.Tab("Qwen"):
|
49 |
demo_qwen.render()
|
|
|
50 |
with gr.Tab("Allen AI"):
|
51 |
demo_allenai.render()
|
|
|
52 |
with gr.Tab("Perplexity"):
|
53 |
demo_perplexity.render()
|
|
|
54 |
with gr.Tab("Experimental"):
|
55 |
demo_experimental.render()
|
|
|
56 |
with gr.Tab("Meta Llama"):
|
57 |
demo_sambanova.render()
|
58 |
gr.Markdown(
|
59 |
-
"
|
|
|
|
|
|
|
|
|
60 |
)
|
61 |
with gr.Tab("Marco-o1"):
|
62 |
demo_marco_o1.render()
|
|
|
63 |
with gr.Tab("LTX Video"):
|
64 |
demo_ltx_video.render()
|
|
|
65 |
with gr.Tab("Groq"):
|
66 |
demo_groq.render()
|
|
|
67 |
with gr.Tab("Mistral"):
|
68 |
demo_mistral.render()
|
|
|
69 |
with gr.Tab("Fireworks"):
|
70 |
demo_fireworks.render()
|
|
|
71 |
with gr.Tab("Together"):
|
72 |
demo_together.render()
|
|
|
73 |
with gr.Tab("NVIDIA"):
|
74 |
demo_nvidia.render()
|
|
|
75 |
with gr.Tab("Flux"):
|
76 |
demo_flux.render()
|
|
|
77 |
|
78 |
|
79 |
if __name__ == "__main__":
|
|
|
31 |
</div>
|
32 |
|
33 |
**Note:** This model is supported by Hyperbolic. Build your AI apps at [Hyperbolic](https://app.hyperbolic.xyz/).
|
34 |
+
|
35 |
+
This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.
|
36 |
"""
|
37 |
)
|
38 |
with gr.Tab("ShowUI"):
|
39 |
demo_showui.render()
|
40 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
41 |
with gr.Tab("PlayAI"):
|
42 |
demo_playai.render()
|
43 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
44 |
with gr.Tab("Grok"):
|
45 |
demo_grok.render()
|
46 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
47 |
with gr.Tab("Gemini"):
|
48 |
demo_gemini.render()
|
49 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
50 |
with gr.Tab("ChatGPT"):
|
51 |
demo_openai.render()
|
52 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
53 |
with gr.Tab("Claude"):
|
54 |
demo_claude.render()
|
55 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
56 |
with gr.Tab("Qwen"):
|
57 |
demo_qwen.render()
|
58 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
59 |
with gr.Tab("Allen AI"):
|
60 |
demo_allenai.render()
|
61 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
62 |
with gr.Tab("Perplexity"):
|
63 |
demo_perplexity.render()
|
64 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
65 |
with gr.Tab("Experimental"):
|
66 |
demo_experimental.render()
|
67 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
68 |
with gr.Tab("Meta Llama"):
|
69 |
demo_sambanova.render()
|
70 |
gr.Markdown(
|
71 |
+
"""
|
72 |
+
**Note:** You need to use a SambaNova API key from [SambaNova Cloud](https://cloud.sambanova.ai/).
|
73 |
+
|
74 |
+
This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.
|
75 |
+
"""
|
76 |
)
|
77 |
with gr.Tab("Marco-o1"):
|
78 |
demo_marco_o1.render()
|
79 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
80 |
with gr.Tab("LTX Video"):
|
81 |
demo_ltx_video.render()
|
82 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
83 |
with gr.Tab("Groq"):
|
84 |
demo_groq.render()
|
85 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
86 |
with gr.Tab("Mistral"):
|
87 |
demo_mistral.render()
|
88 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
89 |
with gr.Tab("Fireworks"):
|
90 |
demo_fireworks.render()
|
91 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
92 |
with gr.Tab("Together"):
|
93 |
demo_together.render()
|
94 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
95 |
with gr.Tab("NVIDIA"):
|
96 |
demo_nvidia.render()
|
97 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
98 |
with gr.Tab("Flux"):
|
99 |
demo_flux.render()
|
100 |
+
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
101 |
|
102 |
|
103 |
if __name__ == "__main__":
|