Spaces:
Running
Running
initial commit
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def create_gradio_app():
|
|
105 |
# Row 1: Text input
|
106 |
text_input = gr.Textbox(
|
107 |
label="Input Text",
|
108 |
-
value="Hello, world! Testing both eSpeak and OpenPhonemizer. Can you believe that we live in
|
109 |
lines=3,
|
110 |
)
|
111 |
|
|
|
105 |
# Row 1: Text input
|
106 |
text_input = gr.Textbox(
|
107 |
label="Input Text",
|
108 |
+
value="Hello, world! Testing both eSpeak and OpenPhonemizer. Can you believe that we live in 2025 and have access to advanced AI?",
|
109 |
lines=3,
|
110 |
)
|
111 |
|