Xenova HF Staff commited on
Commit
1605969
·
verified ·
1 Parent(s): a95187c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -341,7 +341,7 @@
341
 
342
  async function initialize() {
343
  populateExamples();
344
- updateStatus("Loading feature extraction models...", true);
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;