Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
61b00a9
1
Parent(s):
444e599
app.py
CHANGED
@@ -88,7 +88,7 @@ mlbee = gr.Interface(
|
|
88 |
description="mlbee rest api on dev ",
|
89 |
examples=[
|
90 |
# [text1, text2, False],
|
91 |
-
[text1[:len(text1) // 5], text2[:len(text2) // 5], False],
|
92 |
]
|
93 |
)
|
94 |
|
|
|
88 |
description="mlbee rest api on dev ",
|
89 |
examples=[
|
90 |
# [text1, text2, False],
|
91 |
+
[text1[:len(text1) // 5], text2[:len(text2) // 5], False, False, ],
|
92 |
]
|
93 |
)
|
94 |
|