Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -288,6 +288,8 @@ with gr.Blocks() as demo:
|
|
288 |
# -----------------------------------------------
|
289 |
|
290 |
with gr.Row():
|
|
|
|
|
291 |
with gr.Tab("ART"):
|
292 |
gr.Markdown()
|
293 |
with gr.Tab("IC-U-Net"):
|
@@ -296,8 +298,6 @@ with gr.Blocks() as demo:
|
|
296 |
gr.Markdown()
|
297 |
with gr.Tab("IC-U-Net-Attn"):
|
298 |
gr.Markdown()
|
299 |
-
with gr.Tab("README"):
|
300 |
-
gr.Markdown(readme)
|
301 |
|
302 |
# +========================================================================================+
|
303 |
# | Stage1: channel mapping |
|
|
|
288 |
# -----------------------------------------------
|
289 |
|
290 |
with gr.Row():
|
291 |
+
with gr.Tab("README"):
|
292 |
+
gr.Markdown(readme)
|
293 |
with gr.Tab("ART"):
|
294 |
gr.Markdown()
|
295 |
with gr.Tab("IC-U-Net"):
|
|
|
298 |
gr.Markdown()
|
299 |
with gr.Tab("IC-U-Net-Attn"):
|
300 |
gr.Markdown()
|
|
|
|
|
301 |
|
302 |
# +========================================================================================+
|
303 |
# | Stage1: channel mapping |
|