paopaoka3325 commited on
Commit
03301f1
·
1 Parent(s): 0a96d8b

Add application files

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -102,10 +102,10 @@ disclaimer = (
102
  # iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
103
  iface = gr.Interface(fn=greet,
104
  inputs=input_boxes,
105
- outputs=outputs=[
106
- gr.outputs.HTML(label="Output Table"),
107
- gr.outputs.File(label="Download Output as CSV", filename="output.csv")
108
- ],
109
 
110
  examples=[ # Sample text examples
111
  ["87uigiyyu&979890909nY9j87y8n78 (replace with your own OpenAI key)", "Patient John Smith (HSI-5421) underwent a tissue biopsy at the bladder collection site. The histopathology report confirmed the presence of cancer in the bladder. The tumor, identified as T-BC5421, measures 4 cm in its longest dimension. The cancer has been staged as T2, indicating its progression beyond the bladder wall. The cancer was asserted on January 10, 2022. The tumor marker test revealed elevated levels of urinary bladder tumor antigen (UBTA). John Smith, a Caucasian male born on April 15, 1975, is non-Hispanic and resides in zip code 90210. He is still alive, with no reported death date at this time. For any further information, please contact John Smith at [email protected] or (555) 123-4567."],
 
102
  # iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
103
  iface = gr.Interface(fn=greet,
104
  inputs=input_boxes,
105
+ outputs=[
106
+ gr.outputs.HTML(label="Output Table"),
107
+ gr.outputs.File(label="Download Output as CSV", filename="output.csv")
108
+ ],
109
 
110
  examples=[ # Sample text examples
111
  ["87uigiyyu&979890909nY9j87y8n78 (replace with your own OpenAI key)", "Patient John Smith (HSI-5421) underwent a tissue biopsy at the bladder collection site. The histopathology report confirmed the presence of cancer in the bladder. The tumor, identified as T-BC5421, measures 4 cm in its longest dimension. The cancer has been staged as T2, indicating its progression beyond the bladder wall. The cancer was asserted on January 10, 2022. The tumor marker test revealed elevated levels of urinary bladder tumor antigen (UBTA). John Smith, a Caucasian male born on April 15, 1975, is non-Hispanic and resides in zip code 90210. He is still alive, with no reported death date at this time. For any further information, please contact John Smith at [email protected] or (555) 123-4567."],