teo-sanchez commited on
Commit
48df756
·
1 Parent(s): 75941a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,5 +14,5 @@ iface = gr.Interface.load("models/teo-sanchez/en_ner_prompting",
14
  article = 'The taxonomy used for the name entity recognition is the following:\n <img src="https://storage.googleapis.com/selas-api/taxonomy.png" style="width:50%; display:block; margin-left: auto; margin-right: auto">'
15
  )
16
  iface.input_components[0].label = "Copy-paste an AI prompt you'd like to analyze"
17
- iface.output_components[0].label = "Entity recognized in the prompt"
18
  iface.launch()
 
14
  article = 'The taxonomy used for the name entity recognition is the following:\n <img src="https://storage.googleapis.com/selas-api/taxonomy.png" style="width:50%; display:block; margin-left: auto; margin-right: auto">'
15
  )
16
  iface.input_components[0].label = "Copy-paste an AI prompt you'd like to analyze"
17
+ iface.output_components[0].label = "Entities recognized in the prompt"
18
  iface.launch()