DelaliScratchwerk commited on
Commit
903aed0
·
verified ·
1 Parent(s): 847deff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- MODEL_ID = "DelaliScratchwerk/TextPeriod_Summarization"
5
  pipe = pipeline("text-classification", model=MODEL_ID, return_all_scores=True)
6
 
7
  def predict(txt):
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ MODEL_ID = "DelaliScratchwerk/text-period-setfit"
5
  pipe = pipeline("text-classification", model=MODEL_ID, return_all_scores=True)
6
 
7
  def predict(txt):