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

add description

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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
- 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():
 
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():