Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -341,7 +341,7 @@
|
|
| 341 |
|
| 342 |
async function initialize() {
|
| 343 |
populateExamples();
|
| 344 |
-
updateStatus("Loading
|
| 345 |
try {
|
| 346 |
processor = await AutoProcessor.from_pretrained(MODEL_ID);
|
| 347 |
processor.image_processor.do_resize = false;
|
|
|
|
| 341 |
|
| 342 |
async function initialize() {
|
| 343 |
populateExamples();
|
| 344 |
+
updateStatus("Loading model...", true);
|
| 345 |
try {
|
| 346 |
processor = await AutoProcessor.from_pretrained(MODEL_ID);
|
| 347 |
processor.image_processor.do_resize = false;
|