teo-sanchez commited on
Commit
a121af6
·
1 Parent(s): 6d80a81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ iface = gr.Interface.load("models/teo-sanchez/en_ner_prompting",
11
  examples=[["Hyperrealistic dslr film still of a cute calico cat, stunning 8 k octane comprehensive 3 d render, inspired by istvan sandorfi & greg rutkowski & unreal engine, perfect symmetry, dim volumetric cinematic lighting, extremely hyper - detailed, incredibly real lifelike attributes & flesh texture, intricate, masterpiece, artstation, stunning"],
12
  ["Quetzalcoatl in an epic battle with garuda, fantasy, stained glass, d & d, intricate, elegant, highly detailed, digital painting, artstation, concept art, matte, sharp focus, illustration, art by john collier and albert aublet and krenz cushart and artem demura and alphonse mucha"]],
13
  live = True,
14
- article = '<img src="https://storage.googleapis.com/selas-api/taxonomy.png" style="height:30%;">'
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"
 
11
  examples=[["Hyperrealistic dslr film still of a cute calico cat, stunning 8 k octane comprehensive 3 d render, inspired by istvan sandorfi & greg rutkowski & unreal engine, perfect symmetry, dim volumetric cinematic lighting, extremely hyper - detailed, incredibly real lifelike attributes & flesh texture, intricate, masterpiece, artstation, stunning"],
12
  ["Quetzalcoatl in an epic battle with garuda, fantasy, stained glass, d & d, intricate, elegant, highly detailed, digital painting, artstation, concept art, matte, sharp focus, illustration, art by john collier and albert aublet and krenz cushart and artem demura and alphonse mucha"]],
13
  live = True,
14
+ article = '<img src="https://storage.googleapis.com/selas-api/taxonomy.png" style="width:30%;">'
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"