DelaliScratchwerk commited on
Commit
730ac78
·
verified ·
1 Parent(s): 410a5d4

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 = "your-username/text-period-setfit"
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/TextPeriod_Summarization"
5
  pipe = pipeline("text-classification", model=MODEL_ID, return_all_scores=True)
6
 
7
  def predict(txt):