Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RezVortex
/
mini_llm
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a6252a7
mini_llm
/
app.py
RezVortex
Update app.py
a6252a7
verified
23 days ago
raw
Copy download link
history
blame
Safe
75 Bytes
import
gradio
as
gr
gr.load(
"models/unsloth/Qwen2-0.5B-Instruct"
).launch()