Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ iface = gr.Interface(
|
|
51 |
gr.Checkbox(value=True, label="Unicodes Replacement", interactive=True),
|
52 |
gr.Checkbox(value=True, label="Separate 'می'", interactive=True)
|
53 |
],
|
54 |
-
outputs=gr.Textbox(label="Processed Text", interactive=False, lines=10), # Output as copyable text
|
55 |
title="Persian Text Processor with Hazm",
|
56 |
description="Select an operation and normalization parameters to process the input text using Hazm."
|
57 |
)
|
|
|
51 |
gr.Checkbox(value=True, label="Unicodes Replacement", interactive=True),
|
52 |
gr.Checkbox(value=True, label="Separate 'می'", interactive=True)
|
53 |
],
|
54 |
+
outputs=gr.Textbox(label="Processed Text", interactive=False, lines=10, show_copy_button=True, show_label=True), # Output as copyable text
|
55 |
title="Persian Text Processor with Hazm",
|
56 |
description="Select an operation and normalization parameters to process the input text using Hazm."
|
57 |
)
|