SinDarSoup commited on
Commit
93b603c
·
1 Parent(s): dafe664

fix default value

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -497,7 +497,7 @@ demo = gr.Interface(
497
  world,
498
  inputs=gr.Dropdown(
499
  list(MAPPING.keys()),
500
- default="Japanese",
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())