Athspi's picture
Update app.py
0cbc6dc verified
raw
history blame contribute delete
102 Bytes
import gradio as gr
gr.load(
"models/google/gemma-3-1b-it",
provider="hf-inference",
).launch()