jjzha commited on
Commit
f1be59a
1 Parent(s): 900e619

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import gradio as gr
2
- import spaces
3
  from transformers import pipeline
4
 
5
  token_skill_classifier = pipeline(model="jjzha/jobbert_skill_extraction", aggregation_strategy="first")
 
1
  import gradio as gr
 
2
  from transformers import pipeline
3
 
4
  token_skill_classifier = pipeline(model="jjzha/jobbert_skill_extraction", aggregation_strategy="first")