Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,9 @@ def continue_generation(translated_text, input_text, source_lang, target_lang):
|
|
63 |
# Create the Gradio interface
|
64 |
with gr.Blocks() as iface:
|
65 |
gr.Markdown("# English-Welsh Translator")
|
66 |
-
gr.Markdown("Translate text between English and Welsh using a
|
|
|
|
|
67 |
|
68 |
with gr.Row():
|
69 |
input_text = gr.Textbox(label="Enter text to translate")
|
|
|
63 |
# Create the Gradio interface
|
64 |
with gr.Blocks() as iface:
|
65 |
gr.Markdown("# English-Welsh Translator")
|
66 |
+
gr.Markdown("Translate text between English and Welsh using a the quantized version of [AndreasThinks/mistral-7b-english-welsh-translate.](https://huggingface.co/AndreasThinks/mistral-7b-english-welsh-translate)")
|
67 |
+
gr.Markdown("Please note the quantized model may exhibit degradations in performance. Please use the full model on a hosted endpoint, or locally as instructed to avoid these issues.")
|
68 |
+
|
69 |
|
70 |
with gr.Row():
|
71 |
input_text = gr.Textbox(label="Enter text to translate")
|