JunhanCai commited on
Commit
8ccb998
·
verified ·
1 Parent(s): 37570e3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. webserver/templates/index.html +1 -1
webserver/templates/index.html CHANGED
@@ -247,7 +247,7 @@
247
  <input type="file" id="model_file" name="model_file" accept=".pth">
248
  </div>
249
  <div class="helper-note">
250
- 💡 Leave empty to automatically use the built-in <strong>GEMS Foundation Model (~300MB)</strong>. Only upload if you want to resume training from your own checkpoint.
251
  </div>
252
  </div>
253
  </div>
 
247
  <input type="file" id="model_file" name="model_file" accept=".pth">
248
  </div>
249
  <div class="helper-note">
250
+ 💡 Leave empty for the built-in <strong>GEMS Model</strong>. Upload to resume your checkpoint.
251
  </div>
252
  </div>
253
  </div>