teo-sanchez commited on
Commit
ac5f548
·
1 Parent(s): 3d35f4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -7,8 +7,6 @@ iface = gr.Interface.load("models/teo-sanchez/en_ner_prompting",
7
  ["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"]],
8
  live = True,
9
  )
10
-
11
  iface.input_components[0].label = "Copy-paste an AI prompt you'd like to analyze"
12
- iface.input_components[0].value = "Hyperrealistic dslr film still of! justin bieber! disguised as beaver, 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"
13
  iface.output_components[0].label = "Entity recognized in the prompt"
14
  iface.launch()
 
7
  ["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"]],
8
  live = True,
9
  )
 
10
  iface.input_components[0].label = "Copy-paste an AI prompt you'd like to analyze"
 
11
  iface.output_components[0].label = "Entity recognized in the prompt"
12
  iface.launch()