Spaces:
Sleeping
Sleeping
add description
Browse files
app.py
CHANGED
@@ -48,13 +48,14 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
48 |
with gr.Row():
|
49 |
with gr.Group():
|
50 |
gr.Markdown(description)
|
51 |
-
with gr.
|
52 |
-
|
53 |
-
gr.
|
54 |
-
|
55 |
-
gr.
|
56 |
-
|
57 |
-
gr.
|
|
|
58 |
with gr.Accordion(label="Join Us", open=False):
|
59 |
gr.Markdown(joinus)
|
60 |
with gr.Row():
|
|
|
48 |
with gr.Row():
|
49 |
with gr.Group():
|
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():
|