Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pharaoh333
/
AI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
18be1b6
AI
/
app.py
Pharaoh333
initial commit
18be1b6
verified
4 months ago
raw
Copy download link
history
blame
Safe
97 Bytes
import
gradio
as
gr
gr.load(
"models/google/gemma-3-27b-it"
,
provider=
"nebius"
,
).launch()