Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alperall
/
TerstV4
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
08c019c
TerstV4
/
app.py
alperall
initial commit
08c019c
verified
3 months ago
raw
Copy download link
history
blame
Safe
92 Bytes
import
gradio
as
gr
gr.load(
"models/Qwen/Qwen3-32B"
,
provider=
"cerebras"
,
).launch()