AndreasThinks commited on
Commit
0fb26a5
·
verified ·
1 Parent(s): 34adfbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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 local LLM with llama-cpp.")
 
 
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")