sayedM commited on
Commit
2b95f09
·
1 Parent(s): 2ebe9c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -119,7 +119,9 @@ readme_html = """
119
 
120
 
121
 
122
- gr.Markdown(
 
 
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()