Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|