MonsterMMORPG
commited on
Commit
•
bb1de4c
1
Parent(s):
67285bc
Upload RemoveBG_By_SECourses.py
Browse files- RemoveBG_By_SECourses.py +3 -3
RemoveBG_By_SECourses.py
CHANGED
@@ -156,7 +156,7 @@ def predict(
|
|
156 |
|
157 |
def create_interface():
|
158 |
with gr.Blocks() as demo:
|
159 |
-
gr.Markdown("## SECourses Improved BiRefNet
|
160 |
gr.Markdown("## Most Advanced Latest Version On : https://www.patreon.com/posts/109913645")
|
161 |
|
162 |
with gr.Row():
|
@@ -175,8 +175,8 @@ def create_interface():
|
|
175 |
output_folder = gr.Textbox(label="Output Folder Path", value="results")
|
176 |
|
177 |
with gr.Row():
|
178 |
-
submit_button = gr.Button("Process")
|
179 |
-
batch_button = gr.Button("Process
|
180 |
|
181 |
output_text = gr.Textbox(label="Processing Status")
|
182 |
|
|
|
156 |
|
157 |
def create_interface():
|
158 |
with gr.Blocks() as demo:
|
159 |
+
gr.Markdown("## SECourses Improved BiRefNet V2 'Bilateral Reference for High-Resolution Dichotomous Image Segmentation' APP - SOTA Background Remover")
|
160 |
gr.Markdown("## Most Advanced Latest Version On : https://www.patreon.com/posts/109913645")
|
161 |
|
162 |
with gr.Row():
|
|
|
175 |
output_folder = gr.Textbox(label="Output Folder Path", value="results")
|
176 |
|
177 |
with gr.Row():
|
178 |
+
submit_button = gr.Button("Single Image Process")
|
179 |
+
batch_button = gr.Button("Batch Process Images in Given Folder")
|
180 |
|
181 |
output_text = gr.Textbox(label="Processing Status")
|
182 |
|