move ominicontrol tab
Browse files
app.py
CHANGED
|
@@ -41,6 +41,9 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 41 |
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>.
|
| 42 |
"""
|
| 43 |
)
|
|
|
|
|
|
|
|
|
|
| 44 |
with gr.Tab("Fireworks (New Meta Llama 3.3 70B)"):
|
| 45 |
demo_fireworks.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>.")
|
|
@@ -119,9 +122,6 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 119 |
with gr.Tab("NVIDIA"):
|
| 120 |
demo_nvidia.render()
|
| 121 |
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>.")
|
| 122 |
-
with gr.Tab("OminiControl"):
|
| 123 |
-
demo_omini.render()
|
| 124 |
-
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>.")
|
| 125 |
|
| 126 |
|
| 127 |
if __name__ == "__main__":
|
|
|
|
| 41 |
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>.
|
| 42 |
"""
|
| 43 |
)
|
| 44 |
+
with gr.Tab("OminiControl"):
|
| 45 |
+
demo_omini.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("Fireworks (New Meta Llama 3.3 70B)"):
|
| 48 |
demo_fireworks.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>.")
|
|
|
|
| 122 |
with gr.Tab("NVIDIA"):
|
| 123 |
demo_nvidia.render()
|
| 124 |
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>.")
|
|
|
|
|
|
|
|
|
|
| 125 |
|
| 126 |
|
| 127 |
if __name__ == "__main__":
|