arithescientist commited on
Commit
9b2fb3c
·
1 Parent(s): 037452a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ bert_legal_model = Summarizer(custom_model=custom_model, custom_tokenizer=custom
27
 
28
 
29
  def get_response(input_text):
30
- output_text= bert_legal_model(input_text, min_length = 8, ratio = 0.05
31
 
32
  return output_text
33
 
 
27
 
28
 
29
  def get_response(input_text):
30
+ output_text= bert_legal_model(input_text, min_length = 8, ratio = 0.05)
31
 
32
  return output_text
33