Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def launch_gradio_interface():
|
|
64 |
fn=make_inference,
|
65 |
inputs=inputs,
|
66 |
outputs=outputs,
|
67 |
-
title="Sunbird Lang Translator",
|
68 |
description="Translate English to Runyankole using BLOOM model fine-tuned with LoRA.",
|
69 |
).launch()
|
70 |
|
|
|
64 |
fn=make_inference,
|
65 |
inputs=inputs,
|
66 |
outputs=outputs,
|
67 |
+
title="Sunbird UG Lang Translator",
|
68 |
description="Translate English to Runyankole using BLOOM model fine-tuned with LoRA.",
|
69 |
).launch()
|
70 |
|