Ullas26 commited on
Commit
ced4885
·
verified ·
1 Parent(s): f56e3ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ demo = gr.Interface(
63
  gr.Textbox(label="Input Text", value="Enter the word/text to be translated")
64
  ],
65
  outputs=gr.Textbox(label="Translation"),
66
- title="BhashaBridge – TRANSLATOR MADE BY ULLAS"
67
  )
68
 
69
  if __name__ == "__main__":
 
63
  gr.Textbox(label="Input Text", value="Enter the word/text to be translated")
64
  ],
65
  outputs=gr.Textbox(label="Translation"),
66
+ title="BhashaBridge"
67
  )
68
 
69
  if __name__ == "__main__":