Update app.py
Browse files
app.py
CHANGED
|
@@ -50,4 +50,4 @@ iface = gr.Interface(
|
|
| 50 |
description="Translate between Bangla and Sylheti using a LoRA-finetuned Flan-T5 model."
|
| 51 |
)
|
| 52 |
|
| 53 |
-
iface.launch()
|
|
|
|
| 50 |
description="Translate between Bangla and Sylheti using a LoRA-finetuned Flan-T5 model."
|
| 51 |
)
|
| 52 |
|
| 53 |
+
iface.launch()
|