wangjin2000 commited on
Commit
2ed94e4
1 Parent(s): 67ef125

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ interface = gr.Interface(
143
  inputs=input_component,
144
  outputs=output_component,
145
  title="Lung Nodule Detection",
146
- examples=['samples/81_80.dcm','samples/110_109.dcm','samples/189_188.dcm'],
147
  description= "This online deployment proves the effectiveness and efficient function of the machine learning model in identifying lung cancer nodules.",
148
  live=False,
149
  )
 
143
  inputs=input_component,
144
  outputs=output_component,
145
  title="Lung Nodule Detection",
146
+ examples=['samples/110_109.dcm','samples/189_188.dcm'],
147
  description= "This online deployment proves the effectiveness and efficient function of the machine learning model in identifying lung cancer nodules.",
148
  live=False,
149
  )