Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,9 @@ readme_html = """
|
|
119 |
|
120 |
|
121 |
|
122 |
-
|
|
|
|
|
123 |
"""
|
124 |
# Brain Tumor Segmentation Demo
|
125 |
|
@@ -128,10 +130,6 @@ gr.Markdown(
|
|
128 |
"""
|
129 |
)
|
130 |
|
131 |
-
with gr.Blocks() as demo:
|
132 |
-
gr.Markdown("""
|
133 |
-
|
134 |
-
""")
|
135 |
# Define the input components and add them to the layout
|
136 |
with gr.Row():
|
137 |
image_input = gr.inputs.Image()
|
|
|
119 |
|
120 |
|
121 |
|
122 |
+
|
123 |
+
with gr.Blocks() as demo:
|
124 |
+
gr.Markdown(
|
125 |
"""
|
126 |
# Brain Tumor Segmentation Demo
|
127 |
|
|
|
130 |
"""
|
131 |
)
|
132 |
|
|
|
|
|
|
|
|
|
133 |
# Define the input components and add them to the layout
|
134 |
with gr.Row():
|
135 |
image_input = gr.inputs.Image()
|