nyarkssss
commited on
Commit
·
0ae4658
1
Parent(s):
b41f469
updated UI
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
|
|
| 40 |
value="Ɔbaa Panin MT: Akan-English",
|
| 41 |
)
|
| 42 |
input_tb = gr.Textbox(lines=5, label="Input text")
|
| 43 |
-
submit_btn = gr.Button("Translate")
|
| 44 |
with gr.Column():
|
| 45 |
output_tb = gr.Textbox(lines=5, label="Translation Output")
|
| 46 |
|
|
|
|
| 40 |
value="Ɔbaa Panin MT: Akan-English",
|
| 41 |
)
|
| 42 |
input_tb = gr.Textbox(lines=5, label="Input text")
|
| 43 |
+
submit_btn = gr.Button("Translate", variant="huggingface")
|
| 44 |
with gr.Column():
|
| 45 |
output_tb = gr.Textbox(lines=5, label="Translation Output")
|
| 46 |
|