Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,10 +131,19 @@ title_html = """
|
|
131 |
"""
|
132 |
|
133 |
|
|
|
|
|
|
|
|
|
|
|
134 |
|
|
|
|
|
135 |
|
136 |
with gr.Blocks() as demo:
|
137 |
-
gr.Markdown(
|
|
|
|
|
138 |
# Define the input components and add them to the layout
|
139 |
with gr.Row():
|
140 |
image_input = gr.inputs.Image()
|
|
|
131 |
"""
|
132 |
|
133 |
|
134 |
+
gr.Markdown(
|
135 |
+
"""
|
136 |
+
# Brain Tumor Segmentation Demo
|
137 |
+
|
138 |
+
Powered by [Tuba](https://Tuba.ai),
|
139 |
|
140 |
+
"""
|
141 |
+
)
|
142 |
|
143 |
with gr.Blocks() as demo:
|
144 |
+
gr.Markdown("""
|
145 |
+
|
146 |
+
""")
|
147 |
# Define the input components and add them to the layout
|
148 |
with gr.Row():
|
149 |
image_input = gr.inputs.Image()
|