Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def translate(input_text):
|
|
| 30 |
translator = gr.Interface(
|
| 31 |
fn=translate,
|
| 32 |
inputs=[gr.Textbox(label="Input Text", placeholder="Input Text To Be Translated")],
|
| 33 |
-
outputs=gr.Textbox(
|
| 34 |
title="Translademia",
|
| 35 |
)
|
| 36 |
|
|
|
|
| 30 |
translator = gr.Interface(
|
| 31 |
fn=translate,
|
| 32 |
inputs=[gr.Textbox(label="Input Text", placeholder="Input Text To Be Translated")],
|
| 33 |
+
outputs=gr.Textbox(),
|
| 34 |
title="Translademia",
|
| 35 |
)
|
| 36 |
|