kz919 commited on
Commit
370052c
·
verified ·
1 Parent(s): 6a09bf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ Example format:
126
 
127
  with gr.Blocks() as demo:
128
  gr.Markdown("# Llama3.1-Instruct-O1")
129
- gr.Markdown("[Powered by Llama3.1 models through SambaNova Cloud API](https://sambanova.ai/fast-api?api_ref=907266)")
130
 
131
  with gr.Row():
132
  api_key = gr.Textbox(label="API Key", type="password", placeholder="(Optional) Enter your API key here for more availability")
 
126
 
127
  with gr.Blocks() as demo:
128
  gr.Markdown("# Llama3.1-Instruct-O1")
129
+ gr.Markdown("[Powered by SambaNova Cloud, Get Your API Key Here](https://cloud.sambanova.ai/apis)")
130
 
131
  with gr.Row():
132
  api_key = gr.Textbox(label="API Key", type="password", placeholder="(Optional) Enter your API key here for more availability")