ashourzadeh7
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,8 @@ if __name__ == '__main__':
|
|
65 |
outputs=[
|
66 |
gr.components.File(label="Modified File"),
|
67 |
],
|
68 |
-
title="
|
69 |
-
description="This Gradio demo
|
70 |
)
|
71 |
interface.launch()
|
72 |
|
|
|
65 |
outputs=[
|
66 |
gr.components.File(label="Modified File"),
|
67 |
],
|
68 |
+
title="NLLB 3.3B - (Translation Demo)",
|
69 |
+
description="This Gradio demo translate text files. (CPU)",
|
70 |
)
|
71 |
interface.launch()
|
72 |
|