Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ tab2 = gr.Interface(
|
|
77 |
)
|
78 |
|
79 |
|
80 |
-
textbox = gr.Textbox(value="good morning pineapple! looking very good very nice!")
|
81 |
sampletext = gr.HTML("""
|
82 |
<span>If you do not sample your voice my voice will be used as input:<span>
|
83 |
<audio controls autoplay>
|
|
|
77 |
)
|
78 |
|
79 |
|
80 |
+
textbox = gr.Textbox(value="good morning pineapple! looking very good very nice!", label="Type text to convert to your voice:")
|
81 |
sampletext = gr.HTML("""
|
82 |
<span>If you do not sample your voice my voice will be used as input:<span>
|
83 |
<audio controls autoplay>
|