T0 / app.py
Giuliano's picture
update
ebf1743
raw
history blame
112 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/ibleducation/ibl-tutoring-7B-32k",
)
iface.launch()