pablocst commited on
Commit
810928a
1 Parent(s): f60b69e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ def main():
148
  gr.Examples(example_list, [inputs_img, inputs_lang], outputs_text, ocr_tesseract, cache_examples=False)
149
 
150
  # -------------- 翻译 --------------
151
- with gr.Box():
152
 
153
  with gr.Row():
154
  gr.Markdown("### Step 02: Translation")
 
148
  gr.Examples(example_list, [inputs_img, inputs_lang], outputs_text, ocr_tesseract, cache_examples=False)
149
 
150
  # -------------- 翻译 --------------
151
+ with gr.Blocks():
152
 
153
  with gr.Row():
154
  gr.Markdown("### Step 02: Translation")