pavanhitloop commited on
Commit
db7d8be
1 Parent(s): 212316c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,6 +196,6 @@ interface = gr.Interface(
196
  # gr.Textbox(lines = 4, label = "Summary", info = "Summary of the given article (translated if `Translate` is enabled)"),
197
  # gr.Textbox(lines = 2, label = "Headline", info = "Generated headline of the given article (translated if `Translate` is enabled)")
198
  ],
199
- title = "Indic Tranlate"
200
  )
201
  interface.launch(share=True)
 
196
  # gr.Textbox(lines = 4, label = "Summary", info = "Summary of the given article (translated if `Translate` is enabled)"),
197
  # gr.Textbox(lines = 2, label = "Headline", info = "Generated headline of the given article (translated if `Translate` is enabled)")
198
  ],
199
+ title = "Indic Translation Demo"
200
  )
201
  interface.launch(share=True)