anegi commited on
Commit
58c0d2f
1 Parent(s): fc65038

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -24,9 +24,7 @@ model2 = gr.Interface.load("huggingface/anegi/t5smallmodel",
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,
31
  theme = 'dark-peach' ).launch()
32
 
 
24
 
25
  Parallel(model1, model2 ,
26
  title = title,
 
27
  inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
 
28
  examples = example,
29
  theme = 'dark-peach' ).launch()
30