Spaces:
Runtime error
Runtime error
xyplon
commited on
Commit
•
9367645
1
Parent(s):
4142b5f
Update static/models.js
Browse files- static/models.js +1 -1
static/models.js
CHANGED
@@ -121,7 +121,7 @@ btn.onclick = async () => {
|
|
121 |
"height": Number(height),
|
122 |
"model": model,
|
123 |
'style': style,
|
124 |
-
"hash": generateRandomString(11)
|
125 |
};
|
126 |
task+=1
|
127 |
let loader = document.createElement('div')
|
|
|
121 |
"height": Number(height),
|
122 |
"model": model,
|
123 |
'style': style,
|
124 |
+
"hash": generateRandomString(11)
|
125 |
};
|
126 |
task+=1
|
127 |
let loader = document.createElement('div')
|