Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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()
|