anegi commited on
Commit
85b8790
·
1 Parent(s): 63abbf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ description = "Dialogue Summarization "
5
  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
  ],
10
  description = description
11
  )
 
5
  interface = gr.Interface.load("huggingface/anegi/t5smallmodel",
6
  title = 'Dialogue Summarization',
7
  inputs = [
8
+ gr.inputs.Textbox(lines = 7, label = 'Text', placeholder = 'Enter your dialogue text here... ')
9
  ],
10
  description = description
11
  )