sadgaj commited on
Commit
1f3cb6c
·
verified ·
1 Parent(s): 3b7829c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -109,8 +109,7 @@ with gr.Blocks(css=css,
109
  ],
110
  examples_per_page=3,
111
  inputs=[input_box],
112
- labels=["类别1", "类别2", "类别3", "类别4"] # 这里是示例标签,您需要根据实际情况进行更改
113
-
114
  )
115
 
116
 
 
109
  ],
110
  examples_per_page=3,
111
  inputs=[input_box],
112
+ cache_examples=True,
 
113
  )
114
 
115