Update Fsg_pp.py
Browse files
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(
|
| 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 |
|