Unverified Commit 3f5c3b98 authored by MalumaDev's avatar MalumaDev Committed by GitHub

Update modules/ui.py

Co-authored-by: 's avatarVíctor Gallego <vicgalle@ucm.es>
parent ad9bc604
...@@ -1190,7 +1190,8 @@ def create_ui(wrap_gradio_gpu_call): ...@@ -1190,7 +1190,8 @@ def create_ui(wrap_gradio_gpu_call):
with gr.Column(): with gr.Column():
create_embedding = gr.Button(value="Create embedding", variant='primary') create_embedding = gr.Button(value="Create embedding", variant='primary')
with gr.Tab(label="Create images embedding"): with gr.Tab(label="Create aesthetic images embedding"):
new_embedding_name_ae = gr.Textbox(label="Name") new_embedding_name_ae = gr.Textbox(label="Name")
process_src_ae = gr.Textbox(label='Source directory') process_src_ae = gr.Textbox(label='Source directory')
batch_ae = gr.Slider(minimum=1, maximum=1024, step=1, label="Batch size", value=256) batch_ae = gr.Slider(minimum=1, maximum=1024, step=1, label="Batch size", value=256)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment