Spaces:
Running
Running
Commit
Β·
551273a
1
Parent(s):
70a7d42
Update app.py
Browse files
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(
|