Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ans123
/
Friday
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a36d7f8
Friday
/
app.py
ans123
Update app.py
a36d7f8
verified
6 months ago
raw
Copy download link
history
blame
Safe
110 Bytes
import
gradio
as
gr
# Load the Qwen2.5-72B-Instruct model
model = gr.load(
"models/Qwen/Qwen2.5-72B-Instruct"
)