gilramos commited on
Commit
dd47500
1 Parent(s): 46236a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -24,10 +24,6 @@ model_list = [
24
  "knowhate/HateBERTimbau-yt-tt",
25
  ]
26
 
27
- #pipe = pipeline("text-classification", model="knowhate/HateBERTimbau")
28
- #demo = gr.Interface.from_pipeline(pipe)
29
- #demo.launch()
30
-
31
  def predict(text, chosen_model):
32
 
33
  # Initialize the pipeline with the chosen model
 
24
  "knowhate/HateBERTimbau-yt-tt",
25
  ]
26
 
 
 
 
 
27
  def predict(text, chosen_model):
28
 
29
  # Initialize the pipeline with the chosen model