Spaces:
Runtime error
Runtime error
fix: fix docs
Browse files
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):
|