yadongxie commited on
Commit
d00dc38
·
1 Parent(s): 2279da8

fix: fix docs

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -173,9 +173,9 @@ def set_api_key(api_key, state):
173
 
174
 
175
  with gr.Blocks() as demo:
176
- gr.Markdown("# Lepton LLM Voice Mode")
177
  gr.Markdown(
178
- "You can find Lepton serverless endpoint API Key at [here](https://dashboard.lepton.ai/workspace-redirect/settings/api-tokens)"
179
  )
180
  with gr.Row():
181
  with gr.Column(scale=3):
 
173
 
174
 
175
  with gr.Blocks() as demo:
176
+ gr.Markdown("# Lepton AI LLM Voice Mode")
177
  gr.Markdown(
178
+ "You can find Lepton AI serverless endpoint API Key at [here](https://dashboard.lepton.ai/workspace-redirect/settings/api-tokens)"
179
  )
180
  with gr.Row():
181
  with gr.Column(scale=3):