白鹭先生 commited on
Commit
c809807
1 Parent(s): 5fcac34
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,7 +2,7 @@
2
  Author: [egrt]
3
  Date: 2022-08-05 15:30:04
4
  LastEditors: [egrt]
5
- LastEditTime: 2022-08-17 20:36:44
6
  Description:
7
  '''
8
  import os
@@ -19,7 +19,7 @@ with gr.Blocks() as demo:
19
  date_box = gr.Number(label="艺术品创作时间(年)")
20
  classification_box = gr.CheckboxGroup(label="艺术品类型", choices=["中国山水画", "中国花鸟画", "风景油画",
21
  "水粉画", "油画", "布面油画", "没骨画", "中国画"])
22
- level_box = gr.CheckboxGroup(label="艺术家级别", choices=["国家级", "省级"])
23
  height_box = gr.Number(label="艺术品高度(cm)")
24
  width_box = gr.Number(label="艺术品宽度(cm)")
25
 
2
  Author: [egrt]
3
  Date: 2022-08-05 15:30:04
4
  LastEditors: [egrt]
5
+ LastEditTime: 2022-08-17 20:58:37
6
  Description:
7
  '''
8
  import os
19
  date_box = gr.Number(label="艺术品创作时间(年)")
20
  classification_box = gr.CheckboxGroup(label="艺术品类型", choices=["中国山水画", "中国花鸟画", "风景油画",
21
  "水粉画", "油画", "布面油画", "没骨画", "中国画"])
22
+ level_box = gr.CheckboxGroup(label="艺术家级别", choices=["国家级"])
23
  height_box = gr.Number(label="艺术品高度(cm)")
24
  width_box = gr.Number(label="艺术品宽度(cm)")
25