Spaces:
Sleeping
Sleeping
add description
Browse files
app.py
CHANGED
|
@@ -50,12 +50,12 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
| 50 |
gr.Markdown(description)
|
| 51 |
with gr.Accordion(label="PLeIAs/✂️📜 Segment Text Model Information ", open=False):
|
| 52 |
with gr.Row():
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
with gr.Accordion(label="Join Us", open=False):
|
| 60 |
gr.Markdown(joinus)
|
| 61 |
with gr.Row():
|
|
|
|
| 50 |
gr.Markdown(description)
|
| 51 |
with gr.Accordion(label="PLeIAs/✂️📜 Segment Text Model Information ", open=False):
|
| 52 |
with gr.Row():
|
| 53 |
+
with gr.Group():
|
| 54 |
+
gr.Markdown(modelinfor1)
|
| 55 |
+
with gr.Group():
|
| 56 |
+
gr.Markdown(modelinfor2)
|
| 57 |
+
with gr.Group():
|
| 58 |
+
gr.Markdown(modelinfor3)
|
| 59 |
with gr.Accordion(label="Join Us", open=False):
|
| 60 |
gr.Markdown(joinus)
|
| 61 |
with gr.Row():
|