prithivMLmods
commited on
Commit
•
6d27847
1
Parent(s):
686e77a
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("### Get Sambanova API : [Visit here](https://cloud.sambanova.ai/apis)")
|
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) & Duplicate the space to avoid queue")
|
39 |
|
40 |
demo.launch()
|