PSNbst commited on
Commit
5fd7732
·
verified ·
1 Parent(s): 6b1e296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="差异图像").style(grid=3)
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):