mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-01-26 17:20:01 +00:00
* update webui * add token/s in webui * add webui files * fix webui first message disappear in some browser * add missing html files --------- Co-authored-by: firecoperana <firecoperana>
13 lines
268 B
HTML
13 lines
268 B
HTML
<!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>
|