Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -826,7 +826,7 @@ def create_interface():
|
|
| 826 |
)
|
| 827 |
|
| 828 |
with gr.Column():
|
| 829 |
-
gr.Markdown("### ✨ Custom Entity Types - Powered by GLiNER
|
| 830 |
custom_entities = gr.Textbox(
|
| 831 |
label="Custom Entities (comma-separated)",
|
| 832 |
placeholder="e.g. relationships, civilian occupations, emotions",
|
|
|
|
| 826 |
)
|
| 827 |
|
| 828 |
with gr.Column():
|
| 829 |
+
gr.Markdown("### ✨ Custom Entity Types - Powered by GLiNER")
|
| 830 |
custom_entities = gr.Textbox(
|
| 831 |
label="Custom Entities (comma-separated)",
|
| 832 |
placeholder="e.g. relationships, civilian occupations, emotions",
|