prithivMLmods
commited on
Commit
•
8ac1e84
1
Parent(s):
fc31217
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ footer {
|
|
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",
|
@@ -34,7 +35,6 @@ with gr.Blocks(css=css) as demo:
|
|
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()
|
|
|
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",
|
|
|
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 |
+
gr.Markdown("### Sambanova API Documentation: [Visit here](https://cloud.sambanova.ai/apis)")
|
|
|
39 |
|
40 |
demo.launch()
|