prithivMLmods
commited on
Commit
•
fc31217
1
Parent(s):
9860b81
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,6 @@ footer {
|
|
8 |
visibility: hidden
|
9 |
}
|
10 |
'''
|
11 |
-
|
12 |
with gr.Blocks(css=css) as demo:
|
13 |
with gr.Tab("1B"):
|
14 |
gr.load("Meta-Llama-3.2-1B-Instruct",
|
@@ -34,5 +33,8 @@ with gr.Blocks(css=css) as demo:
|
|
34 |
gr.load('Meta-Llama-3.1-405B-Instruct',
|
35 |
src=sambanova_gradio.registry,
|
36 |
examples=["Explain quantum gravity to a 5-year old.", "How many R are there in the word Strawberry? Think step by step."])
|
37 |
-
|
|
|
|
|
|
|
38 |
demo.launch()
|
|
|
8 |
visibility: hidden
|
9 |
}
|
10 |
'''
|
|
|
11 |
with gr.Blocks(css=css) as demo:
|
12 |
with gr.Tab("1B"):
|
13 |
gr.load("Meta-Llama-3.2-1B-Instruct",
|
|
|
33 |
gr.load('Meta-Llama-3.1-405B-Instruct',
|
34 |
src=sambanova_gradio.registry,
|
35 |
examples=["Explain quantum gravity to a 5-year old.", "How many R are there in the word Strawberry? Think step by step."])
|
36 |
+
|
37 |
+
gr.Markdown("### Sambanova API Documentation")
|
38 |
+
gr.html("https://cloud.sambanova.ai/apis")
|
39 |
+
|
40 |
demo.launch()
|