akhaliq HF staff commited on
Commit
d4fd014
·
1 Parent(s): 58f1cd9

move gemini to first

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -28,6 +28,9 @@ from app_showui import demo as demo_showui
28
  from app_omini import demo as demo_omini
29
 
30
  with gr.Blocks(fill_height=True) as demo:
 
 
 
31
  with gr.Tab("SambaNova (New Qwen 2.5 72B and Qwen 2.5 Coder 32B)"):
32
  demo_sambanova.render()
33
  gr.Markdown(
@@ -50,9 +53,6 @@ with gr.Blocks(fill_height=True) as demo:
50
  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>.
51
  """
52
  )
53
- with gr.Tab("Gemini"):
54
- demo_gemini.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("OminiControl"):
57
  demo_omini.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>.")
 
28
  from app_omini import demo as demo_omini
29
 
30
  with gr.Blocks(fill_height=True) as demo:
31
+ with gr.Tab("Gemini"):
32
+ demo_gemini.render()
33
+ 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>.")
34
  with gr.Tab("SambaNova (New Qwen 2.5 72B and Qwen 2.5 Coder 32B)"):
35
  demo_sambanova.render()
36
  gr.Markdown(
 
53
  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>.
54
  """
55
  )
 
 
 
56
  with gr.Tab("OminiControl"):
57
  demo_omini.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>.")