mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
make it work with pyinstaller
This commit is contained in:
parent
9ee9a77f12
commit
a689a66068
5 changed files with 5 additions and 5 deletions
|
@ -626,7 +626,6 @@ def show_new_gui():
|
|||
windowheight = 480
|
||||
ctk.set_appearance_mode("dark")
|
||||
root = ctk.CTk()
|
||||
root.iconbitmap("niko.ico")
|
||||
root.geometry(str(windowwidth) + "x" + str(windowheight))
|
||||
root.title("KoboldCpp v"+KcppVersion)
|
||||
root.resizable(False,False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue