Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,5 @@ import gradio as gr
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
pipe = pipeline("text-classification", model="knowhate/HateBERTimbau")
|
5 |
-
|
6 |
demo = gr.Interface.from_pipeline(pipe)
|
7 |
demo.launch()
|
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
pipe = pipeline("text-classification", model="knowhate/HateBERTimbau")
|
|
|
5 |
demo = gr.Interface.from_pipeline(pipe)
|
6 |
demo.launch()
|