amurienne commited on
Commit
b0ebcf0
·
verified ·
1 Parent(s): d3ee456

reference GweLLM project

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def update_labels(direction, input_text, output_text):
35
 
36
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
37
 
38
- gr.Markdown("# Gallek French ↔️ Breton Translation Demo")
39
 
40
  direction = gr.State("fr_to_br") # default direction is French to Breton
41
 
 
35
 
36
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
37
 
38
+ gr.Markdown("# Gallek French ↔️ Breton Translation Demo\nPart of the [GweLLM](https://github.com/blackccpie/GweLLM) project")
39
 
40
  direction = gr.State("fr_to_br") # default direction is French to Breton
41