ashourzadeh7 commited on
Commit
cd72ac7
1 Parent(s): c090998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ if __name__ == '__main__':
65
  outputs=[
66
  gr.components.File(label="Modified File"),
67
  ],
68
- title="Add 'Hello' Line to Text File",
69
- description="This Gradio demo adds the line 'Hello' to the end of a text file.",
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