ashourzadeh7
commited on
Commit
•
27d3684
1
Parent(s):
62a154b
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ if __name__ == '__main__':
|
|
65 |
outputs=[
|
66 |
gr.components.File(label="Modified File"),
|
67 |
],
|
68 |
-
title="NLLB
|
69 |
description="This Gradio demo translate text files. (CPU)",
|
70 |
)
|
71 |
interface.launch()
|
|
|
65 |
outputs=[
|
66 |
gr.components.File(label="Modified File"),
|
67 |
],
|
68 |
+
title="NLLB 200 - (Translation Demo)",
|
69 |
description="This Gradio demo translate text files. (CPU)",
|
70 |
)
|
71 |
interface.launch()
|