File size: 102 Bytes
3eb20b6 |
1 2 3 4 5 6 |
import gradio as gr
gr.load(
"models/spacy/en_core_web_sm",
provider="hf-inference",
).launch() |
3eb20b6 |
1 2 3 4 5 6 |
import gradio as gr
gr.load(
"models/spacy/en_core_web_sm",
provider="hf-inference",
).launch() |