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