pablocst commited on
Commit
f317e1f
1 Parent(s): 1764d6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def main():
119
  with gr.Row():
120
  with gr.Column():
121
  with gr.Row():
122
- inputs_img = gr.Image(image_mode="RGB", source="upload", type="pil", label="图片")
123
  with gr.Row():
124
  inputs_lang = gr.CheckboxGroup(choices=["chi_sim", "eng"],
125
  type="value",
 
119
  with gr.Row():
120
  with gr.Column():
121
  with gr.Row():
122
+ inputs_img = gr.Image(image_mode="RGB", sources="upload", type="pil", label="图片")
123
  with gr.Row():
124
  inputs_lang = gr.CheckboxGroup(choices=["chi_sim", "eng"],
125
  type="value",