Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2670,7 +2670,7 @@ demo = gr.Interface(
|
|
2670 |
gr.Textbox(label= "Input text", placeholder="Enter text here..."),
|
2671 |
gr.CheckboxGroup(models_List, label="ModelsSelection", value=models_List),
|
2672 |
gr.CheckboxGroup(categories_List, label="CategoriesSelection", value=categories_List),
|
2673 |
-
gr.Slider(minimum=0, maximum=1.0, step=0.1, label="Score", value=0.
|
2674 |
gr.Checkbox(label="Enable Named-Entity Linking (NEL)", value=False), #True False
|
2675 |
#gr.CheckboxGroup(POSSIBLE_KGchoices_List, label="KGchoices Selection", value=POSSIBLE_KGchoices_List, visible=True),
|
2676 |
gr.Dropdown(POSSIBLE_KGchoices_List, multiselect=True, label="KGchoices Selection", value=POSSIBLE_KGchoices_List),
|
|
|
2670 |
gr.Textbox(label= "Input text", placeholder="Enter text here..."),
|
2671 |
gr.CheckboxGroup(models_List, label="ModelsSelection", value=models_List),
|
2672 |
gr.CheckboxGroup(categories_List, label="CategoriesSelection", value=categories_List),
|
2673 |
+
gr.Slider(minimum=0, maximum=1.0, step=0.1, label="Score", value=0.7),
|
2674 |
gr.Checkbox(label="Enable Named-Entity Linking (NEL)", value=False), #True False
|
2675 |
#gr.CheckboxGroup(POSSIBLE_KGchoices_List, label="KGchoices Selection", value=POSSIBLE_KGchoices_List, visible=True),
|
2676 |
gr.Dropdown(POSSIBLE_KGchoices_List, multiselect=True, label="KGchoices Selection", value=POSSIBLE_KGchoices_List),
|