Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
| 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 |
)
|