cswamy commited on
Commit
d78f16f
1 Parent(s): 138270e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ examples_list = ["The ball hit the splice a lot and sent a fizzing sensation up
35
 
36
  # Create gradio app
37
  title = "Summarizer for English and Spanish inputs"
38
- description = "MT5small model finetuned for summarization on English or Spanish text trained on the Amazon reviews dataset."
39
 
40
  demo = gr.Interface(fn=predict,
41
  inputs=gr.inputs.Textbox(label="Input",
 
35
 
36
  # Create gradio app
37
  title = "Summarizer for English and Spanish inputs"
38
+ description = "MT5-small model finetuned for summarization on English or Spanish text trained on the Amazon reviews dataset."
39
 
40
  demo = gr.Interface(fn=predict,
41
  inputs=gr.inputs.Textbox(label="Input",