Kyo-Kai commited on
Commit
3f7fc3e
·
verified ·
1 Parent(s): f55c01c

Update Fsg_pp.py

Browse files
Files changed (1) hide show
  1. Fsg_pp.py +1 -1
Fsg_pp.py CHANGED
@@ -118,7 +118,7 @@ def create_gallery_tab(tab_name, search_fn, search_inputs, gallery_instance, fn_
118
 
119
 
120
  # Main Layout of the GUI
121
- with gr.Blocks(css='style.css') as demo:
122
  with gr.Tabs(selected=1) as tabs:
123
  folder_input = gr.Textbox(value="./Images/", label="Enter Folder Path", visible=False)
124
 
 
118
 
119
 
120
  # Main Layout of the GUI
121
+ with gr.Blocks(css_paths='style.css') as demo:
122
  with gr.Tabs(selected=1) as tabs:
123
  folder_input = gr.Textbox(value="./Images/", label="Enter Folder Path", visible=False)
124