Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
414feb1
1
Parent(s):
6f41e86
app.py
CHANGED
@@ -72,8 +72,8 @@ mlbee = gr.Interface(
|
|
72 |
title=f"radio-mlbee {__version__}",
|
73 |
description="mlbee rest api on dev ",
|
74 |
examples=[
|
75 |
-
|
76 |
-
[text1[:len(text1) // 2], text2[:len(text2) // 2], False],
|
77 |
]
|
78 |
)
|
79 |
|
|
|
72 |
title=f"radio-mlbee {__version__}",
|
73 |
description="mlbee rest api on dev ",
|
74 |
examples=[
|
75 |
+
[text1, text2, False],
|
76 |
+
# [text1[:len(text1) // 2], text2[:len(text2) // 2], False],
|
77 |
]
|
78 |
)
|
79 |
|