merve HF Staff commited on
Commit
00fc107
·
verified ·
1 Parent(s): ba01e7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -33,7 +33,8 @@ paraphrasing = pipeline("boun-tabi-LMG/turna_paraphrasing_tatoeba", device=0)
33
  paraphrasing_sub = pipeline("boun-tabi-LMG/turna_paraphrasing_opensubtitles", device=0)
34
  # examples =long_text, title="Paraphrasing on Subtitles")
35
 
36
- ttc = pipeline("boun-tabi-LMG/turna_classification_ttc4900", device=0) examples =long_text, title="Text Categorization")
 
37
  product_reviews = pipeline("boun-tabi-LMG/turna_classification_tr_product_reviews", device=0)
38
  # examples=sentiment_example, title="Product Reviews Categorization")
39
  title_gen = pipeline("boun-tabi-LMG/turna_title_generation_mlsum", device=0)
 
33
  paraphrasing_sub = pipeline("boun-tabi-LMG/turna_paraphrasing_opensubtitles", device=0)
34
  # examples =long_text, title="Paraphrasing on Subtitles")
35
 
36
+ ttc = pipeline("boun-tabi-LMG/turna_classification_ttc4900", device=0)
37
+ # examples =long_text, title="Text Categorization")
38
  product_reviews = pipeline("boun-tabi-LMG/turna_classification_tr_product_reviews", device=0)
39
  # examples=sentiment_example, title="Product Reviews Categorization")
40
  title_gen = pipeline("boun-tabi-LMG/turna_title_generation_mlsum", device=0)