add notes
Browse files
app.py
CHANGED
@@ -167,10 +167,11 @@ with gr.Blocks(fill_height=True) as demo:
|
|
167 |
)
|
168 |
with gr.Tab("Qwen2.5 72B"):
|
169 |
gr.load(
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
|
|
174 |
with gr.Tab("Perplexity"):
|
175 |
with gr.Row():
|
176 |
perplexity_model = gr.Dropdown(
|
@@ -216,7 +217,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
216 |
- **Sonar Chat Models**: Standard chat models
|
217 |
- **Open Source Models**: Based on Hugging Face implementations
|
218 |
|
219 |
-
For access to Online LLMs features, please fill out the [beta access form](https://
|
220 |
""")
|
221 |
|
222 |
|
|
|
167 |
)
|
168 |
with gr.Tab("Qwen2.5 72B"):
|
169 |
gr.load(
|
170 |
+
name='Qwen/Qwen2.5-72B-Instruct',
|
171 |
+
src=hyperbolic_gradio.registry,
|
172 |
+
accept_token=True
|
173 |
+
)
|
174 |
+
gr.Markdown("**Note:** You need to use a Hyperbolic API key from [Hyperbolic](https://app.hyperbolic.xyz/).")
|
175 |
with gr.Tab("Perplexity"):
|
176 |
with gr.Row():
|
177 |
perplexity_model = gr.Dropdown(
|
|
|
217 |
- **Sonar Chat Models**: Standard chat models
|
218 |
- **Open Source Models**: Based on Hugging Face implementations
|
219 |
|
220 |
+
For access to Online LLMs features, please fill out the [beta access form](https://perplexity.typeform.com/apiaccessform?typeform-source=docs.perplexity.ai).
|
221 |
""")
|
222 |
|
223 |
|