jgyasu commited on
Commit
5d9cd0b
1 Parent(s): 63b3783

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
108
 
109
  # Adding labels before the tree plots
110
  with gr.Row():
111
- gr.Markdown("### Where to Mask?") # Label for masked sentences trees
112
  with gr.Row():
113
  with gr.Tabs():
114
  tree1_tabs = []
@@ -118,7 +118,7 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
118
  tree1_tabs.append(tree1)
119
 
120
  with gr.Row():
121
- gr.Markdown("### How to Mask?") # Label for sampled sentences trees
122
  with gr.Row():
123
  with gr.Tabs():
124
  tree2_tabs = []
 
108
 
109
  # Adding labels before the tree plots
110
  with gr.Row():
111
+ gr.Markdown("### Where to Watermark?") # Label for masked sentences trees
112
  with gr.Row():
113
  with gr.Tabs():
114
  tree1_tabs = []
 
118
  tree1_tabs.append(tree1)
119
 
120
  with gr.Row():
121
+ gr.Markdown("### How to Watermark?") # Label for sampled sentences trees
122
  with gr.Row():
123
  with gr.Tabs():
124
  tree2_tabs = []