Spaces:
Running
Running
Commit
·
fed8117
1
Parent(s):
969d05d
Add application files
Browse files
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=
|
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 |
|