Update app.py
Browse files
app.py
CHANGED
|
@@ -124,11 +124,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 124 |
value=0,
|
| 125 |
visible=False
|
| 126 |
)
|
| 127 |
-
input = gr.Textbox(label="User"
|
| 128 |
-
output = gr.Textbox(label="AI",
|
| 129 |
-
interactive=False,
|
| 130 |
-
autoplay=True,
|
| 131 |
-
elem_classes="audio")
|
| 132 |
gr.Interface(
|
| 133 |
batch=True,
|
| 134 |
max_batch_size=10,
|
|
|
|
| 124 |
value=0,
|
| 125 |
visible=False
|
| 126 |
)
|
| 127 |
+
input = gr.Textbox(label="User")
|
| 128 |
+
output = gr.Textbox(label="AI", interactive=False)
|
|
|
|
|
|
|
|
|
|
| 129 |
gr.Interface(
|
| 130 |
batch=True,
|
| 131 |
max_batch_size=10,
|