Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,8 @@ KiTS2019 = {1: 'kidney', 2: 'kidney tumor'}
|
|
98 |
# 预定义的输入案例
|
99 |
examples = [
|
100 |
['polyp colonoscopy', 'polyp', 'CVC-ClinicDB'],
|
|
|
|
|
101 |
]
|
102 |
|
103 |
# 创建 Gradio 接口
|
|
|
98 |
# 预定义的输入案例
|
99 |
examples = [
|
100 |
['polyp colonoscopy', 'polyp', 'CVC-ClinicDB'],
|
101 |
+
['breast ultrasound', 'normal', 'BUSI'],
|
102 |
+
['breast ultrasound', 'breast tumor', 'BUSI'],
|
103 |
]
|
104 |
|
105 |
# 创建 Gradio 接口
|