reference GweLLM project
Browse files
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 |
|