hide deepfake for debug
This commit is contained in:
parent
df54ac9c76
commit
1353098877
2 changed files with 4 additions and 3 deletions
|
|
@ -262,6 +262,6 @@
|
||||||
.desktop {
|
.desktop {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
overflow: hidden;
|
/* overflow: hidden; */
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
@ -11,7 +11,8 @@ const App: React.FC = () => {
|
||||||
// if (!day1Complete) {
|
// if (!day1Complete) {
|
||||||
// return <Day1Desktop onComplete={() => setDay1Complete(true)} />;
|
// return <Day1Desktop onComplete={() => setDay1Complete(true)} />;
|
||||||
// }
|
// }
|
||||||
return <ChatterboxTTS/>
|
// return <ChatterboxTTS/>
|
||||||
|
// return <MainApp />;
|
||||||
return <MainApp />;
|
return <MainApp />;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue