lorenzoscottb commited on
Commit
551273a
Β·
1 Parent(s): 70a7d42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -101,6 +101,7 @@ interface_model_RE = gr.Interface.load(
101
  description=description_R,
102
  examples=examples_re,
103
  title="RE Generation",
 
104
  )
105
 
106
  interface_model_NER = gr.Interface.load(
 
101
  description=description_R,
102
  examples=examples_re,
103
  title="RE Generation",
104
+ mx_length=128,
105
  )
106
 
107
  interface_model_NER = gr.Interface.load(