vteam27 commited on
Commit
01e654b
·
2 Parent(s): 79868fd ad19a52

Merge branch 'main' of https://huggingface.co/spaces/pdltiet/PDL_translate

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks() as demo_t2tt:
31
  with gr.Row():
32
  with gr.Column():
33
  with gr.Group():
34
- file_uploader = gr.File(label="Upload a text file (Optional)", type="txt")
35
  input_text = gr.Textbox(label="Input text")
36
  with gr.Row():
37
  source_language = gr.Dropdown(
 
31
  with gr.Row():
32
  with gr.Column():
33
  with gr.Group():
34
+ file_uploader = gr.File(label="Upload a text file (Optional)")
35
  input_text = gr.Textbox(label="Input text")
36
  with gr.Row():
37
  source_language = gr.Dropdown(