WesScivetti commited on
Commit
536eb9a
·
1 Parent(s): 971eb0b

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  from transformers import pipeline
 
3
 
4
  # Load the pipeline (token classification)
5
  #token_classifier = pipeline("token-classification", model="WesScivetti/SNACS_English", aggregation_strategy="simple")
 
1
  import gradio as gr
2
  from transformers import pipeline
3
+ import spaces
4
 
5
  # Load the pipeline (token classification)
6
  #token_classifier = pipeline("token-classification", model="WesScivetti/SNACS_English", aggregation_strategy="simple")