paopaoka3325 commited on
Commit
fed8117
·
1 Parent(s): 969d05d

Add application files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,6 +69,6 @@ input_boxes = [
69
  gr.inputs.Textbox(lines=20,label="Input cencer report"),
70
  ]
71
 
72
- iface = gr.Interface(fn=greet, inputs=input_boxes, outputs=gr.outputs.Textbox(height=10, label="Output"))
73
  iface.launch()
74
 
 
69
  gr.inputs.Textbox(lines=20,label="Input cencer report"),
70
  ]
71
 
72
+ iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
73
  iface.launch()
74