Spaces:
Sleeping
Sleeping
lorenzoscottb
commited on
Commit
β’
a0177e3
1
Parent(s):
419bab2
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,6 @@ interface_model_RE = gr.Interface.load(
|
|
103 |
description=description_R,
|
104 |
examples=examples_re,
|
105 |
title="RE Generation",
|
106 |
-
kwargs={"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 |
)
|
107 |
|
108 |
interface_model_NER = gr.Interface.load(
|