Upload folder using huggingface_hub
Browse files
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
|
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
|
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 = []
|