anegi commited on
Commit
7f6348d
·
1 Parent(s): cb5c2b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -6,4 +6,7 @@ interface = gr.Interface.load("huggingface/anegi/t5smallmodel",
6
  title = 'Dialogue Summarization'.
7
  inputs = [
8
  gr.inputs.Textbox(lines = 7, label = 'Enter your dialogue text: ')
9
- ]
 
 
 
 
6
  title = 'Dialogue Summarization'.
7
  inputs = [
8
  gr.inputs.Textbox(lines = 7, label = 'Enter your dialogue text: ')
9
+ ],
10
+ description = description
11
+ )
12
+ interface.load()