Skip to content

Commit

Permalink
Merge pull request #95 from yukiarimo/dev | Release 6.5.1
Browse files Browse the repository at this point in the history
- UI Improvements
- Speed Up
  • Loading branch information
yukiarimo committed Jul 1, 2024
2 parents de62545 + 35db501 commit 6e4fa9e
Show file tree
Hide file tree
Showing 26 changed files with 489 additions and 869 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h4 class="modal-title">Yuna's Specials</h4>
</div>
</div>

<script src="/static/js/bootstrap/bootstrap.bundle.min.js"></script>
<script src="/static/js/bootstrap/bootstrap.min.js"></script>
<script src="/static/js/bootstrap/script.min.js"></script>
</body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ <h5 class="modal-title" id="teamModalLabel">Meet Our Team</h5>
</div>
</div>

<script src="/static/js/bootstrap/bootstrap.bundle.min.js"></script>
<script src="/static/js/bootstrap/bootstrap.min.js"></script>
<script src="/static/js/bootstrap/script.min.js"></script>
</body>

Expand Down
109 changes: 0 additions & 109 deletions lib/tts.py

This file was deleted.

12 changes: 6 additions & 6 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
<div class="container">
<div class="row justify-content-center">
<div class="col-md-9 col-lg-12 col-xl-10">
<div class="card shadow-lg o-hidden border-0 my-5">
<div class="card o-hidden border-0 my-5">
<div class="card-body p-0">
<div class="row">
<div class="col-lg-6">
<div class="p-5">
<form method="post" class="user">
<h2 class="text-center text-dark mb-4">Change Password</h2>
<h2 class="text-center mb-4">Change Password</h2>
<input type="hidden" name="action" value="change_password">
<div class="mb-3">
<input class="form-control form-control-user" type="password"
Expand All @@ -102,7 +102,7 @@ <h2 class="text-center text-dark mb-4">Change Password</h2>
<div class="col-lg-6">
<div class="p-5">
<form method="post" class="user">
<h2 class="text-center text-dark mb-4">New User</h2>
<h2 class="text-center mb-4">New User</h2>
<input type="hidden" name="action" value="register">
<div class="mb-3">
<input class="form-control form-control-user" type="text" name="username"
Expand All @@ -120,7 +120,7 @@ <h2 class="text-center text-dark mb-4">New User</h2>
<div class="col-lg-6">
<div class="p-5">
<form method="post" class="user">
<h2 class="text-center text-dark mb-4">Login</h2>
<h2 class="text-center mb-4">Login</h2>
<input type="hidden" name="action" value="login">
<div class="mb-3">
<input class="form-control form-control-user" type="text" name="username"
Expand All @@ -138,7 +138,7 @@ <h2 class="text-center text-dark mb-4">Login</h2>
<div class="col-lg-6">
<div class="p-5">
<form method="post" class="user">
<h2 class="text-center text-dark mb-4">Delete Account</h2>
<h2 class="text-center mb-4">Delete Account</h2>
<input type="hidden" name="action" value="delete_account">
<div class="mb-3">
<input class="form-control form-control-user" type="text" name="username"
Expand All @@ -160,7 +160,7 @@ <h2 class="text-center text-dark mb-4">Delete Account</h2>
</div>
</div>

<script src="/static/js/bootstrap/bootstrap.bundle.min.js"></script>
<script src="/static/js/bootstrap/bootstrap.min.js"></script>
<script src="/static/js/bootstrap/script.min.js"></script>
</body>

Expand Down
2 changes: 1 addition & 1 deletion services.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ <h5 class="modal-title" id="teamModalLabel">Meet Our Team</h5>
</div>
</div>

<script src="/static/js/bootstrap/bootstrap.bundle.min.js"></script>
<script src="/static/js/bootstrap/bootstrap.min.js"></script>
<script src="/static/js/bootstrap/script.min.js"></script>
</body>

Expand Down
2 changes: 1 addition & 1 deletion static/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"emotions": false,
"art": false,
"vision": true,
"vision": false,
"max_new_tokens": 128,
"context_length": 2048,
"temperature": 0.7,
Expand Down
6 changes: 3 additions & 3 deletions static/css/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 6e4fa9e

Please sign in to comment.