Spaces:
Runtime error
Runtime error
remove title
Browse files
app.py
CHANGED
|
@@ -214,7 +214,6 @@ iface = gr.Interface(
|
|
| 214 |
gr.Textbox(placeholder="Word Error Rate", label="Word Error Rate (The lower the better)"),
|
| 215 |
gr.Plot(label="waveform")
|
| 216 |
],
|
| 217 |
-
title="Laronix Speech Recognition with AI",
|
| 218 |
description=description,
|
| 219 |
examples=examples,
|
| 220 |
css=".body {background-color: green}",
|
|
|
|
| 214 |
gr.Textbox(placeholder="Word Error Rate", label="Word Error Rate (The lower the better)"),
|
| 215 |
gr.Plot(label="waveform")
|
| 216 |
],
|
|
|
|
| 217 |
description=description,
|
| 218 |
examples=examples,
|
| 219 |
css=".body {background-color: green}",
|