Skip to content

Commit

Permalink
send button bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Feb 4, 2024
1 parent 8e9f9cd commit 0412d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion other_files/midori_program_ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3.66
0.6.3.67
2 changes: 1 addition & 1 deletion other_files/model_installer/setup_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def models_install(compose_path, ver_os_info, containers, client, use_gui, sg, a
question = "\nNumber of GPU layers to give the model? (0 to 2000): \n"

if use_gui == "yes":
layout = [[sg.Text(f"{question}", size=(100, 1))],
layout = [[sg.Text("Number of GPU layers to give the model? (0 to 2000): ", size=(100, 1))],
[sg.Input(key='-QUERY-'),
sg.Button('SEND', button_color=(sg.YELLOWS[0], sg.BLUES[0]), bind_return_key=True),]
]
Expand Down

0 comments on commit 0412d18

Please sign in to comment.