Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ iface = gr.Interface(
|
|
10 |
inputs=[gr.Textbox(lines=5, placeholder="Enter English text to translate")],
|
11 |
outputs="textbox",
|
12 |
title="English to French Translator",
|
13 |
-
description="Translates English text into French using a fine-tuned
|
14 |
)
|
15 |
|
16 |
# Launch the Gradio app
|
|
|
10 |
inputs=[gr.Textbox(lines=5, placeholder="Enter English text to translate")],
|
11 |
outputs="textbox",
|
12 |
title="English to French Translator",
|
13 |
+
description="Translates English text into French using a fine-tuned google-t5 model.",
|
14 |
)
|
15 |
|
16 |
# Launch the Gradio app
|