Spaces:
Runtime error
Runtime error
update sambanova
Browse files- app.py +1 -1
- app_sambanova.py +2 -1
app.py
CHANGED
@@ -38,7 +38,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
38 |
with gr.Tab("Cohere"):
|
39 |
demo_cohere.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("SambaNova (New
|
42 |
demo_sambanova.render()
|
43 |
gr.Markdown(
|
44 |
"""
|
|
|
38 |
with gr.Tab("Cohere"):
|
39 |
demo_cohere.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("SambaNova (New QwQ-32B-Preview)"):
|
42 |
demo_sambanova.render()
|
43 |
gr.Markdown(
|
44 |
"""
|
app_sambanova.py
CHANGED
@@ -16,8 +16,9 @@ demo = get_app(
|
|
16 |
"Qwen2.5-72B-Instruct",
|
17 |
"Qwen2.5-Coder-32B-Instruct",
|
18 |
"Meta-Llama-3.3-70B-Instruct",
|
|
|
19 |
],
|
20 |
-
default_model="
|
21 |
src=sambanova_gradio.registry,
|
22 |
accept_token=not os.getenv("SAMBANOVA_API_KEY"),
|
23 |
multimodal=True,
|
|
|
16 |
"Qwen2.5-72B-Instruct",
|
17 |
"Qwen2.5-Coder-32B-Instruct",
|
18 |
"Meta-Llama-3.3-70B-Instruct",
|
19 |
+
"QwQ-32B-Preview",
|
20 |
],
|
21 |
+
default_model="QwQ-32B-Preview",
|
22 |
src=sambanova_gradio.registry,
|
23 |
accept_token=not os.getenv("SAMBANOVA_API_KEY"),
|
24 |
multimodal=True,
|