ashourzadeh7
commited on
Commit
•
a285685
1
Parent(s):
dc74544
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ if __name__ == '__main__':
|
|
67 |
|
68 |
outputs = gr.components.JSON()
|
69 |
|
70 |
-
title = "NLLB
|
71 |
|
72 |
demo_status = "Demo is running on CPU"
|
73 |
description = f"Details: https://github.com/facebookresearch/fairseq/tree/nllb. {demo_status}"
|
|
|
67 |
|
68 |
outputs = gr.components.JSON()
|
69 |
|
70 |
+
title = "NLLB 200 - (Translation Demo)"
|
71 |
|
72 |
demo_status = "Demo is running on CPU"
|
73 |
description = f"Details: https://github.com/facebookresearch/fairseq/tree/nllb. {demo_status}"
|