akhaliq HF staff commited on
Commit
195a68e
1 Parent(s): b4ebafd

update to hyperbolic first

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -28,9 +28,6 @@ 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("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("Hyperbolic (New Meta Llama 3.3 70B)"):
35
  demo_hyperbolic.render()
36
  gr.Markdown(
@@ -44,6 +41,9 @@ with gr.Blocks(fill_height=True) as demo:
44
  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>.
45
  """
46
  )
 
 
 
47
  with gr.Tab("OminiControl"):
48
  demo_omini.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>.")
 
28
  from app_omini import demo as demo_omini
29
 
30
  with gr.Blocks(fill_height=True) as demo:
 
 
 
31
  with gr.Tab("Hyperbolic (New Meta Llama 3.3 70B)"):
32
  demo_hyperbolic.render()
33
  gr.Markdown(
 
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("Gemini"):
45
+ demo_gemini.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("OminiControl"):
48
  demo_omini.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>.")