Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -17,6 +17,7 @@ from app_nvidia import demo as demo_nvidia
17
  from app_openai import demo as demo_openai
18
  from app_perplexity import demo as demo_perplexity
19
  from app_qwen import demo as demo_qwen
 
20
  from app_sambanova import demo as demo_sambanova
21
  from app_together import demo as demo_together
22
  from app_xai import demo as demo_grok
@@ -29,6 +30,9 @@ with gr.Blocks(fill_height=True) as demo:
29
  with gr.Tab("Qwen"):
30
  demo_qwen.render()
31
  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>.")
 
 
 
32
  with gr.Tab("Huggingface"):
33
  demo_huggingface.render()
34
  with gr.Tab("Fal"):
 
17
  from app_openai import demo as demo_openai
18
  from app_perplexity import demo as demo_perplexity
19
  from app_qwen import demo as demo_qwen
20
+ from app_sailor import demo as demo_sailor
21
  from app_sambanova import demo as demo_sambanova
22
  from app_together import demo as demo_together
23
  from app_xai import demo as demo_grok
 
30
  with gr.Tab("Qwen"):
31
  demo_qwen.render()
32
  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>.")
33
+ with gr.Tab("Sailor"):
34
+ demo_sailor.render()
35
+ 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>.")
36
  with gr.Tab("Huggingface"):
37
  demo_huggingface.render()
38
  with gr.Tab("Fal"):