mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-06-07 19:15:08 +01:00
remove extension from displayed models
This commit is contained in:
parent
f041a6afea
commit
33bfee0220
@ -132,7 +132,7 @@
|
||||
<!-- new model selector -->
|
||||
<select id="model-select">
|
||||
{% for m in models %}
|
||||
<option value="{{ m }}">{{ m }}</option>
|
||||
<option value="{{ m }}">{{ m.rsplit('.', 1)[0] }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user