paopaoka3325 commited on
Commit
f6f905e
·
1 Parent(s): 12f8faa

Add application files

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -100,10 +100,5 @@ input_boxes = [
100
  # iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
101
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs=gr.outputs.HTML(label="Output Table"))
102
 
103
- # Set the title and description
104
- iface.title = "CancerOntoGPT"
105
- iface.description = "Enter example cancer patient report and get the ontology result."
106
- iface.output_label = "Output"
107
-
108
  iface.launch()
109
 
 
100
  # iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
101
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs=gr.outputs.HTML(label="Output Table"))
102
 
 
 
 
 
 
103
  iface.launch()
104