Update app.py
Browse files
app.py
CHANGED
|
@@ -578,7 +578,6 @@ fetch_interface = gr.Interface(
|
|
| 578 |
"for characters and number of links."
|
| 579 |
),
|
| 580 |
allow_flagging="never",
|
| 581 |
-
theme="Nymbo/Nymbo_Theme",
|
| 582 |
)
|
| 583 |
|
| 584 |
# --- Concise DDG tab (JSONL with short keys, minimal tokens) ---
|
|
@@ -603,7 +602,6 @@ concise_interface = gr.Interface(
|
|
| 603 |
"snippet inclusion and length, domain deduping, and title length."
|
| 604 |
),
|
| 605 |
allow_flagging="never",
|
| 606 |
-
theme="Nymbo/Nymbo_Theme",
|
| 607 |
submit_btn="Search",
|
| 608 |
)
|
| 609 |
|
|
@@ -626,7 +624,6 @@ code_interface = gr.Interface(
|
|
| 626 |
"- string: Combined stdout produced by the code, or the exception text if execution failed."
|
| 627 |
),
|
| 628 |
allow_flagging="never",
|
| 629 |
-
theme="Nymbo/Nymbo_Theme",
|
| 630 |
)
|
| 631 |
|
| 632 |
CSS_STYLES = """
|
|
@@ -667,7 +664,6 @@ kokoro_interface = gr.Interface(
|
|
| 667 |
" Parameters: text (str), speed (float 0.5–2.0), voice (str)."
|
| 668 |
),
|
| 669 |
allow_flagging="never",
|
| 670 |
-
theme="Nymbo/Nymbo_Theme",
|
| 671 |
)
|
| 672 |
|
| 673 |
# Build tabbed app including Kokoro
|
|
|
|
| 578 |
"for characters and number of links."
|
| 579 |
),
|
| 580 |
allow_flagging="never",
|
|
|
|
| 581 |
)
|
| 582 |
|
| 583 |
# --- Concise DDG tab (JSONL with short keys, minimal tokens) ---
|
|
|
|
| 602 |
"snippet inclusion and length, domain deduping, and title length."
|
| 603 |
),
|
| 604 |
allow_flagging="never",
|
|
|
|
| 605 |
submit_btn="Search",
|
| 606 |
)
|
| 607 |
|
|
|
|
| 624 |
"- string: Combined stdout produced by the code, or the exception text if execution failed."
|
| 625 |
),
|
| 626 |
allow_flagging="never",
|
|
|
|
| 627 |
)
|
| 628 |
|
| 629 |
CSS_STYLES = """
|
|
|
|
| 664 |
" Parameters: text (str), speed (float 0.5–2.0), voice (str)."
|
| 665 |
),
|
| 666 |
allow_flagging="never",
|
|
|
|
| 667 |
)
|
| 668 |
|
| 669 |
# Build tabbed app including Kokoro
|