Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gchoi
/
Qwen-Qwen2.5-Coder-7B-Instruct
like
0
Sleeping
App
Files
Files
Community
gchoi
commited on
Oct 10, 2024
Commit
3b81b4e
•
1 Parent(s):
15d340c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/Qwen/Qwen2.5-Coder-
7B-Instruct
").launch()
1
import gradio as gr
2
3
+
gr.load("models/Qwen/Qwen2.5-Coder-
1.5B
").launch()