Upload folder using huggingface_hub
Browse files
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
|
| 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>
|