Update index.js
Browse files
index.js
CHANGED
|
@@ -65,6 +65,9 @@ async function initializeSessions() {
|
|
| 65 |
config = (await getModelJSON(BASE_MODEL, "config.json"));
|
| 66 |
|
| 67 |
status.textContent = 'Ready';
|
|
|
|
|
|
|
|
|
|
| 68 |
}
|
| 69 |
|
| 70 |
export function int64ToFloat16(int64Value) {
|
|
|
|
| 65 |
config = (await getModelJSON(BASE_MODEL, "config.json"));
|
| 66 |
|
| 67 |
status.textContent = 'Ready';
|
| 68 |
+
|
| 69 |
+
uploadInput.disabled = false;
|
| 70 |
+
promptInput.disabled = false;
|
| 71 |
}
|
| 72 |
|
| 73 |
export function int64ToFloat16(int64Value) {
|