Wismut commited on
Commit
fc33369
·
1 Parent(s): e8805aa

initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 2024 and have access to advanced AI?",
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