Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ demo_inputs = [
|
|
| 61 |
gr.Textbox(
|
| 62 |
label="Input text",
|
| 63 |
type="text",
|
| 64 |
-
|
| 65 |
),
|
| 66 |
gr.Radio(
|
| 67 |
choices=list(SUPPORTED_SPEAKERS.keys()),
|
|
|
|
| 61 |
gr.Textbox(
|
| 62 |
label="Input text",
|
| 63 |
type="text",
|
| 64 |
+
placeholder="Type something here.."
|
| 65 |
),
|
| 66 |
gr.Radio(
|
| 67 |
choices=list(SUPPORTED_SPEAKERS.keys()),
|