Spaces:
Runtime error
Runtime error
update to use hyperbolic key
Browse files
app.py
CHANGED
@@ -176,7 +176,6 @@ with gr.Blocks(fill_height=True) as demo:
|
|
176 |
gr.load(
|
177 |
name='Qwen/Qwen2.5-72B-Instruct',
|
178 |
src=hyperbolic_gradio.registry,
|
179 |
-
accept_token=True,
|
180 |
fill_height=True
|
181 |
)
|
182 |
gr.Markdown("**Note:** You need to use a Hyperbolic API key from [Hyperbolic](https://app.hyperbolic.xyz/).")
|
@@ -233,7 +232,6 @@ with gr.Blocks(fill_height=True) as demo:
|
|
233 |
gr.load(
|
234 |
name='deepseek-ai/DeepSeek-V2.5',
|
235 |
src=hyperbolic_gradio.registry,
|
236 |
-
accept_token=True,
|
237 |
fill_height=True
|
238 |
)
|
239 |
gr.Markdown("**Note:** You need to use a Hyperbolic API key from [Hyperbolic](https://app.hyperbolic.xyz/).")
|
|
|
176 |
gr.load(
|
177 |
name='Qwen/Qwen2.5-72B-Instruct',
|
178 |
src=hyperbolic_gradio.registry,
|
|
|
179 |
fill_height=True
|
180 |
)
|
181 |
gr.Markdown("**Note:** You need to use a Hyperbolic API key from [Hyperbolic](https://app.hyperbolic.xyz/).")
|
|
|
232 |
gr.load(
|
233 |
name='deepseek-ai/DeepSeek-V2.5',
|
234 |
src=hyperbolic_gradio.registry,
|
|
|
235 |
fill_height=True
|
236 |
)
|
237 |
gr.Markdown("**Note:** You need to use a Hyperbolic API key from [Hyperbolic](https://app.hyperbolic.xyz/).")
|