Skip to content

Commit

Permalink
load model first launch
Browse files Browse the repository at this point in the history
  • Loading branch information
w-okada committed Jun 28, 2023
1 parent b486925 commit 2bce23a
Show file tree
Hide file tree
Showing 6 changed files with 1,125 additions and 3,058 deletions.
11 changes: 10 additions & 1 deletion client/demo/dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
<!doctype html><html style="width:100%;height:100%;overflow:hidden"><head><meta charset="utf-8"/><title>Voice Changer Client Demo</title><script defer="defer" src="index.js"></script></head><body style="width:100%;height:100%;margin:0"><div id="app" style="width:100%;height:100%"></div></body></html>
<!DOCTYPE html>
<html style="width: 100%; height: 100%; overflow: hidden">
<head>
<meta charset="utf-8" />
<title>Voice Changer Client Demo</title>
<script defer src="index.js"></script></head>
<body style="width: 100%; height: 100%; margin: 0px">
<div id="app" style="width: 100%; height: 100%"></div>
</body>
</html>
1,114 changes: 1,112 additions & 2 deletions client/demo/dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2bce23a

Please sign in to comment.