emanueledonati commited on
Commit
02d6e95
·
1 Parent(s): c76ad1d

Update App.js

Browse files
Files changed (1) hide show
  1. src/App.js +2 -2
src/App.js CHANGED
@@ -360,7 +360,7 @@ function App() {
360
  const audioPlayer = useRef();
361
 
362
  const [speak, setSpeak] = useState(false);
363
- const [text, setText] = useState("My name is Virtual Girlfriend 0.0.3. I'm a virtual human who can speak whatever you type here along with realistic facial movements.");
364
  const [audioSource, setAudioSource] = useState(null);
365
  const [playing, setPlaying] = useState(false);
366
  const [language, setLanguage] = useState('en-US');
@@ -447,7 +447,7 @@ function App() {
447
 
448
 
449
  <Avatar
450
- avatar_url="/model4.glb"
451
  speak={speak}
452
  chat={chat}
453
  setSpeak={setSpeak}
 
360
  const audioPlayer = useRef();
361
 
362
  const [speak, setSpeak] = useState(false);
363
+ const [text, setText] = useState("My name is Virtual Girlfriend 0.0.4. I'm a virtual human who can speak whatever you type here along with realistic facial movements.");
364
  const [audioSource, setAudioSource] = useState(null);
365
  const [playing, setPlaying] = useState(false);
366
  const [language, setLanguage] = useState('en-US');
 
447
 
448
 
449
  <Avatar
450
+ avatar_url="/model.glb"
451
  speak={speak}
452
  chat={chat}
453
  setSpeak={setSpeak}