anegi commited on
Commit
86e8910
1 Parent(s): 10356cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ model2 = gr.Interface.load("huggingface/anegi/t5smallmodel",
16
 
17
  Parallel(model1, model2 ,
18
  title = title,
19
- inputs = gr.inputs.Textbox(lines = 10),
 
20
  theme = 'dark-peach' ).launch()
21
 
22
 
 
16
 
17
  Parallel(model1, model2 ,
18
  title = title,
19
+ inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
20
+
21
  theme = 'dark-peach' ).launch()
22
 
23