Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks() as robot:
|
|
224 |
im=gr.Image(type="filepath")
|
225 |
with gr.Row():
|
226 |
target_lang = gr.Dropdown(label="Detect language", choices=list(lang_id.keys()),value="English")
|
227 |
-
target_lang2 = gr.Dropdown(label="Detect language", choices=list(lang_id.keys()),value=
|
228 |
|
229 |
go_btn=gr.Button()
|
230 |
out_im=gr.Image()
|
|
|
224 |
im=gr.Image(type="filepath")
|
225 |
with gr.Row():
|
226 |
target_lang = gr.Dropdown(label="Detect language", choices=list(lang_id.keys()),value="English")
|
227 |
+
target_lang2 = gr.Dropdown(label="Detect language", choices=list(lang_id.keys()),value="")
|
228 |
|
229 |
go_btn=gr.Button()
|
230 |
out_im=gr.Image()
|