Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
istiak101
/
Qwen-Qwen2.5-Coder-32B-Instruct
like
0
Sleeping
App
Files
Files
Community
istiak101
commited on
22 days ago
Commit
a1ee635
•
1 Parent(s):
5ae672c
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-32B-Instruct").launch(
share=True
)
1
import gradio as gr
2
3
+
gr.load("models/Qwen/Qwen2.5-Coder-32B-Instruct").launch()