Spaces:
Sleeping
Sleeping
Commit
·
93b603c
1
Parent(s):
dafe664
fix default value
Browse files
app.py
CHANGED
@@ -497,7 +497,7 @@ demo = gr.Interface(
|
|
497 |
world,
|
498 |
inputs=gr.Dropdown(
|
499 |
list(MAPPING.keys()),
|
500 |
-
|
501 |
),
|
502 |
outputs=gr.Dropdown(
|
503 |
list(MAPPING.values())
|
|
|
497 |
world,
|
498 |
inputs=gr.Dropdown(
|
499 |
list(MAPPING.keys()),
|
500 |
+
value="Japanese",
|
501 |
),
|
502 |
outputs=gr.Dropdown(
|
503 |
list(MAPPING.values())
|