Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
248e9e8
1
Parent(s):
9335e27
Update examples containing 1 ex
Browse files- radiobee/__main__.py +3 -3
radiobee/__main__.py
CHANGED
|
@@ -358,8 +358,8 @@ if __name__ == "__main__":
|
|
| 358 |
# trying to fix the problem
|
| 359 |
examples = [
|
| 360 |
[
|
| 361 |
-
"data/test_zh.txt",
|
| 362 |
"data/test_en.txt",
|
|
|
|
| 363 |
"linear",
|
| 364 |
"None",
|
| 365 |
"None",
|
|
@@ -501,7 +501,7 @@ if __name__ == "__main__":
|
|
| 501 |
# theme="darkgrass",
|
| 502 |
# theme="grass",
|
| 503 |
# layout="vertical", # horizontal unaligned
|
| 504 |
-
allow_flagging="never", # "manual" "never" "auto"
|
| 505 |
# css=f"{css_image} {css_input_file} {css_output_file}",
|
| 506 |
)
|
| 507 |
|
|
@@ -514,7 +514,7 @@ if __name__ == "__main__":
|
|
| 514 |
server_port=server_port,
|
| 515 |
enable_queue=True,
|
| 516 |
# width=900, # 900
|
| 517 |
-
cache_examples=False,
|
| 518 |
)
|
| 519 |
|
| 520 |
_ = """
|
|
|
|
| 358 |
# trying to fix the problem
|
| 359 |
examples = [
|
| 360 |
[
|
|
|
|
| 361 |
"data/test_en.txt",
|
| 362 |
+
"data/test_zh.txt",
|
| 363 |
"linear",
|
| 364 |
"None",
|
| 365 |
"None",
|
|
|
|
| 501 |
# theme="darkgrass",
|
| 502 |
# theme="grass",
|
| 503 |
# layout="vertical", # horizontal unaligned
|
| 504 |
+
# allow_flagging="never", # "manual" "never" "auto"
|
| 505 |
# css=f"{css_image} {css_input_file} {css_output_file}",
|
| 506 |
)
|
| 507 |
|
|
|
|
| 514 |
server_port=server_port,
|
| 515 |
enable_queue=True,
|
| 516 |
# width=900, # 900
|
| 517 |
+
# cache_examples=False,
|
| 518 |
)
|
| 519 |
|
| 520 |
_ = """
|