Spaces:
Runtime error
Runtime error
Commit
·
96e543b
1
Parent(s):
c0b1550
teste
Browse files
app.py
CHANGED
@@ -52,7 +52,6 @@ def main():
|
|
52 |
if __name__ == '__main__':
|
53 |
print(f"Start the Findings")
|
54 |
anatomies = [
|
55 |
-
"Airway"
|
56 |
-
"Everything else (e.g., mediastinal contours, bones, soft tissues, tubes, valves, and pacemakers)"
|
57 |
]
|
58 |
main()
|
|
|
52 |
if __name__ == '__main__':
|
53 |
print(f"Start the Findings")
|
54 |
anatomies = [
|
55 |
+
"Airway"
|
|
|
56 |
]
|
57 |
main()
|