Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/pdltiet/PDL_translate
Browse files
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)"
|
| 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(
|