TiberiuCristianLeon commited on
Commit
4a66d9e
·
verified ·
1 Parent(s): d22cb09

Update src/paraphrase/Paraphrase.py

Browse files
Files changed (1) hide show
  1. src/paraphrase/Paraphrase.py +1 -1
src/paraphrase/Paraphrase.py CHANGED
@@ -9,7 +9,7 @@ tokenizer = PegasusTokenizer.from_pretrained('tuner007/pegasus_paraphrase')
9
  model = PegasusForConditionalGeneration.from_pretrained('tuner007/pegasus_paraphrase')
10
 
11
 
12
- def paraphraseParaphraseMethod(requestValue : str):
13
  exception = ""
14
  result_value = ""
15
 
 
9
  model = PegasusForConditionalGeneration.from_pretrained('tuner007/pegasus_paraphrase')
10
 
11
 
12
+ def paraphraseParaphraseMethod(requestValue : str, model: str):
13
  exception = ""
14
  result_value = ""
15