anegi commited on
Commit
3054839
1 Parent(s): 516fff1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -36,7 +36,6 @@ Parallel(model1, model2 ,
36
  title = title,
37
  description = description,
38
  inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
39
- live=True,
40
  layout='vertically',
41
  examples = example,
42
  theme = 'peach' ).launch()
36
  title = title,
37
  description = description,
38
  inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
 
39
  layout='vertically',
40
  examples = example,
41
  theme = 'peach' ).launch()