Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Giuliano
/
T0
like
4
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ebf1743
T0
/
app.py
Giuliano
update
ebf1743
over 1 year ago
raw
Copy download link
history
blame
Safe
112 Bytes
import
gradio
as
gr
iface = gr.Interface.load(
"huggingface/ibleducation/ibl-tutoring-7B-32k"
,
)
iface.launch()