Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ with gr.Blocks() as transbot:
|
|
| 179 |
gr.Column()
|
| 180 |
with gr.Column():
|
| 181 |
with gr.Row():
|
| 182 |
-
t_space = gr.Dropdown(label="Translate Space", choices=(l.name for l in lang_id),
|
| 183 |
#t_space = gr.Dropdown(label="Translate Space", choices=list(lang_id.keys()),value="English")
|
| 184 |
t_submit = gr.Button("Translate Space")
|
| 185 |
gr.Column()
|
|
|
|
| 179 |
gr.Column()
|
| 180 |
with gr.Column():
|
| 181 |
with gr.Row():
|
| 182 |
+
t_space = gr.Dropdown(label="Translate Space", choices=(l.name for l in lang_id), value="English")
|
| 183 |
#t_space = gr.Dropdown(label="Translate Space", choices=list(lang_id.keys()),value="English")
|
| 184 |
t_submit = gr.Button("Translate Space")
|
| 185 |
gr.Column()
|