lorenzoscottb commited on
Commit
568df4a
Β·
1 Parent(s): b638ff8

Update app.py

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