bkoz commited on
Commit
371bf67
·
unverified ·
1 Parent(s): c46e7c6

added model download

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ def load_model(fp):
55
  temperature=0.4,
56
  grammar=grammar
57
  )
 
58
 
59
  s = output['choices'][0]['text']
60
  print(f'{s} , len(s) = {len(s)}')
 
55
  temperature=0.4,
56
  grammar=grammar
57
  )
58
+ print(f'Returned... {output}')
59
 
60
  s = output['choices'][0]['text']
61
  print(f'{s} , len(s) = {len(s)}')