Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def translate_gradio(input_text):
|
|
| 15 |
interface = gr.Interface(fn=translate_gradio,
|
| 16 |
title="English to Darija Translator",
|
| 17 |
description="Enter English text to translate it to Darija in Arabic script.",
|
| 18 |
-
inputs="text",
|
| 19 |
outputs='text')
|
| 20 |
|
| 21 |
interface.launch(share=True)
|
|
|
|
| 15 |
interface = gr.Interface(fn=translate_gradio,
|
| 16 |
title="English to Darija Translator",
|
| 17 |
description="Enter English text to translate it to Darija in Arabic script.",
|
| 18 |
+
inputs="text",
|
| 19 |
outputs='text')
|
| 20 |
|
| 21 |
interface.launch(share=True)
|