mcps5601 commited on
Commit
9924171
·
1 Parent(s): 6bde813

Add cache_examples=False

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -138,5 +138,6 @@ iface = gr.Interface(
138
  "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",
139
  ],
140
  css=custom_css,
 
141
  )
142
  iface.launch(share=True)
 
138
  "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",
139
  ],
140
  css=custom_css,
141
+ cache_examples=False,
142
  )
143
  iface.launch(share=True)