pdufour commited on
Commit
ab4ef00
1 Parent(s): 7aba858

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +3 -0
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) {