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