Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
|
@@ -2,9 +2,10 @@
|
|
| 2 |
<html lang="en-us">
|
| 3 |
<head>
|
| 4 |
<title>whisper.cpp : WASM example</title>
|
|
|
|
| 5 |
|
| 6 |
<style>
|
| 7 |
-
|
| 8 |
width: 100%;
|
| 9 |
height: 100%;
|
| 10 |
margin: 0 auto;
|
|
@@ -22,7 +23,7 @@
|
|
| 22 |
white-space: pre;
|
| 23 |
overflow-wrap: normal;
|
| 24 |
overflow-x: scroll;
|
| 25 |
-
}
|
| 26 |
</style>
|
| 27 |
</head>
|
| 28 |
<body>
|
|
|
|
| 2 |
<html lang="en-us">
|
| 3 |
<head>
|
| 4 |
<title>whisper.cpp : WASM example</title>
|
| 5 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
|
| 6 |
|
| 7 |
<style>
|
| 8 |
+
/* #output {
|
| 9 |
width: 100%;
|
| 10 |
height: 100%;
|
| 11 |
margin: 0 auto;
|
|
|
|
| 23 |
white-space: pre;
|
| 24 |
overflow-wrap: normal;
|
| 25 |
overflow-x: scroll;
|
| 26 |
+
} */
|
| 27 |
</style>
|
| 28 |
</head>
|
| 29 |
<body>
|