anegi commited on
Commit
fc65038
·
1 Parent(s): 6e94ca8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ model2 = gr.Interface.load("huggingface/anegi/t5smallmodel",
24
 
25
  Parallel(model1, model2 ,
26
  title = title,
27
- desciption = description,
28
  inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
29
  outputs= gr.outputs.Textbox(label = 'Summary generated by the model'),
30
  examples = example,
 
24
 
25
  Parallel(model1, model2 ,
26
  title = title,
27
+ description = description,
28
  inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
29
  outputs= gr.outputs.Textbox(label = 'Summary generated by the model'),
30
  examples = example,