balaramas commited on
Commit
06816f7
1 Parent(s): ab4c612

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def summariser(ar_en, lang):
31
  iface = gr.Interface(
32
  fn=summariser,
33
  inputs=[gr.Textbox(label="Enter the paragraph in English", placeholder="Type here..."), gr.Radio(["Hindi", "Gujrati", "Bengali", "Tamil"], label="Language to be summarised in:")],
34
- outputs=gr.Textbox(label="Summarised Text"),
35
  title="English to Indic Summariser"
36
  )
37
  iface.launch()
 
31
  iface = gr.Interface(
32
  fn=summariser,
33
  inputs=[gr.Textbox(label="Enter the paragraph in English", placeholder="Type here..."), gr.Radio(["Hindi", "Gujrati", "Bengali", "Tamil"], label="Language to be summarised in:")],
34
+ outputs="text",
35
  title="English to Indic Summariser"
36
  )
37
  iface.launch()