Skip to content

Commit

Permalink
spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed Jul 7, 2023
1 parent 32102c2 commit 15aec3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion koboldcpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,8 @@ def main(args):
show_new_gui()
except Exception as ex:
print("Failed to use new GUI. Reason: " + str(ex))
print("Attempting to us old GUI...")
print("Make sure customtkinter is installed!!!")
print("Attempting to use old GUI...")
if not args.model_param:
try:
show_old_gui()
Expand Down

0 comments on commit 15aec3d

Please sign in to comment.