Spaces:
Runtime error
Runtime error
Songwei Ge
commited on
Commit
Β·
8f96b94
1
Parent(s):
b624d65
remove results
Browse files
app.py
CHANGED
|
@@ -148,8 +148,8 @@ def main():
|
|
| 148 |
|
| 149 |
with gr.Column():
|
| 150 |
with gr.Row():
|
| 151 |
-
plaintext_result = gr.Image(label='Plain-text
|
| 152 |
-
richtext_result = gr.Image(label='Rich-text
|
| 153 |
token_map = gr.Image(label='Token Maps')
|
| 154 |
|
| 155 |
with gr.Row():
|
|
|
|
| 148 |
|
| 149 |
with gr.Column():
|
| 150 |
with gr.Row():
|
| 151 |
+
plaintext_result = gr.Image(label='Plain-text')
|
| 152 |
+
richtext_result = gr.Image(label='Rich-text')
|
| 153 |
token_map = gr.Image(label='Token Maps')
|
| 154 |
|
| 155 |
with gr.Row():
|