Spaces:
Runtime error
Runtime error
Commit
·
dbb6596
1
Parent(s):
771c22f
Update src/App.js
Browse files- src/App.js +1 -1
src/App.js
CHANGED
@@ -359,7 +359,7 @@ function App() {
|
|
359 |
const audioPlayer = useRef();
|
360 |
|
361 |
const [speak, setSpeak] = useState(false);
|
362 |
-
const [text, setText] = useState("My name is
|
363 |
const [audioSource, setAudioSource] = useState(null);
|
364 |
const [playing, setPlaying] = useState(false);
|
365 |
const [language, setLanguage] = useState('en-US');
|
|
|
359 |
const audioPlayer = useRef();
|
360 |
|
361 |
const [speak, setSpeak] = useState(false);
|
362 |
+
const [text, setText] = useState("My name is Puzzola. I'm a virtual human who can speak whatever you type here along with realistic facial movements.");
|
363 |
const [audioSource, setAudioSource] = useState(null);
|
364 |
const [playing, setPlaying] = useState(false);
|
365 |
const [language, setLanguage] = useState('en-US');
|