Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -294,7 +294,7 @@ interface = gr.Interface(
|
|
294 |
fn=gradio_translate,
|
295 |
inputs=gr.Textbox(lines=2, placeholder="Enter Arabic sentence here..."),
|
296 |
outputs="text",
|
297 |
-
title="
|
298 |
description="Translate Arabic sentences to English using a Transformer model."
|
299 |
)
|
300 |
|
|
|
294 |
fn=gradio_translate,
|
295 |
inputs=gr.Textbox(lines=2, placeholder="Enter Arabic sentence here..."),
|
296 |
outputs="text",
|
297 |
+
title="Habibi-Translator",
|
298 |
description="Translate Arabic sentences to English using a Transformer model."
|
299 |
)
|
300 |
|