File size: 130 Bytes
4c60cee |
1 2 3 4 5 6 |
import gradio as gr
gr.load(
"models/cardiffnlp/twitter-roberta-base-sentiment-latest",
provider="hf-inference",
).launch() |
4c60cee |
1 2 3 4 5 6 |
import gradio as gr
gr.load(
"models/cardiffnlp/twitter-roberta-base-sentiment-latest",
provider="hf-inference",
).launch() |