Aurvion / llama.cpp /tools /ui /static /loading.html
OmnipotentFool's picture
Add files using upload-large-folder tool
6b9d0d8 verified
Raw
History Blame Contribute Delete
280 Bytes
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="5">
</head>
<body>
<div id="loading">
The model is loading. Please wait.<br/>
The user interface will appear soon.
</div>
</body>
</html>