Skip to content

Commit 852be14

Browse files
committed
Fixed position for better readability
1 parent 0fb97fd commit 852be14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradio_GUI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ def process_text_files(folder_loc, words_list, charName):
145145
with gr.Row():
146146
with gr.Column():
147147
process_select = gr.CheckboxGroup(choices=["Duplicate Check", "Suitability Check"], label="Select either one, or both")
148-
adv_process_select = gr.CheckboxGroup(choices=["Remove Background"], label="Select removal of background from images")
149148
top_n = gr.Textbox(label="These are the top n Images selected from your folder", info="Only enter values if you are using Suitabilty Check", value=50)
149+
adv_process_select = gr.CheckboxGroup(choices=["Remove Background"], label="Select removal of background from images")
150150
with gr.Column():
151151
face_type = gr.Radio(choices=["Realistic", "Anime-like"], label="Select the face type found in the dataset")
152152
with gr.Row():
@@ -276,6 +276,6 @@ def process_text_files(folder_loc, words_list, charName):
276276

277277
try:
278278
UI.queue()
279-
UI.launch()
279+
UI.launch(inbrowser=True)
280280
except Exception as e:
281281
print("HARD ERROR:", e)

0 commit comments

Comments
 (0)