Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks() as demo:
|
|
149 |
analyze_button = gr.Button("开始批量分析")
|
150 |
|
151 |
with gr.Row():
|
152 |
-
result_gallery = gr.Gallery(label="差异图像")
|
153 |
result_text_analysis = gr.Textbox(label="详细分析", interactive=False, lines=5)
|
154 |
|
155 |
def process_batch_analysis(folder_a, folder_b, api_key, api_type):
|
|
|
149 |
analyze_button = gr.Button("开始批量分析")
|
150 |
|
151 |
with gr.Row():
|
152 |
+
result_gallery = gr.Gallery(label="差异图像")
|
153 |
result_text_analysis = gr.Textbox(label="详细分析", interactive=False, lines=5)
|
154 |
|
155 |
def process_batch_analysis(folder_a, folder_b, api_key, api_type):
|