File size: 105 Bytes
54f913a | 1 2 3 4 5 6 | import gradio as gr
gr.load(
"models/Salesforce/codet5-small",
provider="hf-inference",
).launch() |
54f913a | 1 2 3 4 5 6 | import gradio as gr
gr.load(
"models/Salesforce/codet5-small",
provider="hf-inference",
).launch() |