Tonic commited on
Commit
3e95ae5
·
unverified ·
1 Parent(s): f917747

add description

Browse files
Files changed (1) hide show
  1. app.py +8 -7
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.Row():
52
- with gr.Group():
53
- gr.Markdown(modelinfor1)
54
- with gr.Group():
55
- gr.Markdown(modelinfor2)
56
- with gr.Group():
57
- gr.Markdown(modelinfor3)
 
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():