Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,12 +3,12 @@ import gradio as gr
|
|
| 3 |
with gr.Blocks(fill_height=True) as demo:
|
| 4 |
with gr.Sidebar():
|
| 5 |
gr.Markdown("# Inference Provider")
|
| 6 |
-
gr.Markdown("This Space showcases the
|
| 7 |
button = gr.LoginButton("Sign in")
|
| 8 |
|
| 9 |
-
#
|
| 10 |
gr.load(
|
| 11 |
-
"models/
|
| 12 |
accept_token=button
|
| 13 |
)
|
| 14 |
|
|
|
|
| 3 |
with gr.Blocks(fill_height=True) as demo:
|
| 4 |
with gr.Sidebar():
|
| 5 |
gr.Markdown("# Inference Provider")
|
| 6 |
+
gr.Markdown("This Space showcases the Qwen2.5-Coder-32B-Instruct model.")
|
| 7 |
button = gr.LoginButton("Sign in")
|
| 8 |
|
| 9 |
+
# Qwen 2.5 Coder is currently the most robust open coding model supported on the API
|
| 10 |
gr.load(
|
| 11 |
+
"models/Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 12 |
accept_token=button
|
| 13 |
)
|
| 14 |
|