emanueledonati commited on
Commit
dbb6596
·
1 Parent(s): 771c22f

Update src/App.js

Browse files
Files changed (1) hide show
  1. 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 Arwen. 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');
 
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');