Spaces:
Runtime error
Runtime error
mcps5601 commited on
Commit ·
0651993
1
Parent(s): a20f4b5
Add cache_examples=False
Browse files
app.py
CHANGED
|
@@ -141,5 +141,6 @@ iface = gr.Interface(
|
|
| 141 |
"A 74 Y/O male; Clinical Information: umbilical painful mass 4*4cm, nature? CT of abdomen without & with contrast enhancement shows: 1. S/P radical prostatectomy; no gross local recurrence but a 3.6-cm mass in the anterior abdominal wall, R/O metastasis; suggest clinical correlation 2. Mild bilateral renal atrophy; right renal cyst, 3 cm; remarkable fatty liver with GB stones; no gross dilatation in the biliary tree 3. No remarkable finding in the pancreas, spleen, and adrenal glands 4. No enlarged lymph nodes at the paraaortic and iliac chain areas. 5. No ascites; clear bilateral basal lungs; no gross bony metastasisIMP: S/P prostatectomy; R/O metastasis in the anterior abdominal wall",
|
| 142 |
],
|
| 143 |
css=custom_css,
|
|
|
|
| 144 |
)
|
| 145 |
iface.launch(share=True)
|
|
|
|
| 141 |
"A 74 Y/O male; Clinical Information: umbilical painful mass 4*4cm, nature? CT of abdomen without & with contrast enhancement shows: 1. S/P radical prostatectomy; no gross local recurrence but a 3.6-cm mass in the anterior abdominal wall, R/O metastasis; suggest clinical correlation 2. Mild bilateral renal atrophy; right renal cyst, 3 cm; remarkable fatty liver with GB stones; no gross dilatation in the biliary tree 3. No remarkable finding in the pancreas, spleen, and adrenal glands 4. No enlarged lymph nodes at the paraaortic and iliac chain areas. 5. No ascites; clear bilateral basal lungs; no gross bony metastasisIMP: S/P prostatectomy; R/O metastasis in the anterior abdominal wall",
|
| 142 |
],
|
| 143 |
css=custom_css,
|
| 144 |
+
cache_examples=False,
|
| 145 |
)
|
| 146 |
iface.launch(share=True)
|