Spaces:
Running
Running
Commit
·
29de193
1
Parent(s):
9a9831c
Add application files
Browse files
app.py
CHANGED
@@ -93,14 +93,6 @@ input_boxes = [
|
|
93 |
Textbox(lines=20, label="Input cancer report", placeholder='Type text here...'),
|
94 |
]
|
95 |
|
96 |
-
# Create the Gradio interface
|
97 |
-
iface = Interface(inputs=input_boxes)
|
98 |
-
|
99 |
-
# Add your model and inference logic here
|
100 |
-
|
101 |
-
iface.launch()
|
102 |
-
|
103 |
-
|
104 |
|
105 |
disclaimer = (
|
106 |
"Please do not upload sensitive patient data. <br>"
|
|
|
93 |
Textbox(lines=20, label="Input cancer report", placeholder='Type text here...'),
|
94 |
]
|
95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
|
97 |
disclaimer = (
|
98 |
"Please do not upload sensitive patient data. <br>"
|