Spaces:
Runtime error
Runtime error
Commit
·
56b88cd
1
Parent(s):
f69c1d6
Update app.py
Browse files
app.py
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
iface = gr.Interface.load("models/teo-sanchez/en_ner_prompting",
|
4 |
-
title = 'Prompt specifier recognizer by Selas.ai',
|
5 |
description='''<div align="center">
|
6 |
<a href="https://www.selas.ai">
|
7 |
<img src="https://www.selas.ai/assets/logo-selas-dark.61f4b5c4.svg" alt="Logo of selas.ai", >
|
8 |
</a>
|
9 |
-
|
10 |
</div>''',
|
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"]],
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
iface = gr.Interface.load("models/teo-sanchez/en_ner_prompting",
|
4 |
+
title = 'Prompt specifier recognizer by <a href="https://www.selas.ai/">Selas.ai</a>',
|
5 |
description='''<div align="center">
|
6 |
<a href="https://www.selas.ai">
|
7 |
<img src="https://www.selas.ai/assets/logo-selas-dark.61f4b5c4.svg" alt="Logo of selas.ai", >
|
8 |
</a>
|
9 |
+
<a href="https://huggingface.co/teo-sanchez/en_ner_prompting">en_ner_prompting</a>, a lightweight model recognizing the type of specifier within a text-to-image prompt.
|
10 |
</div>''',
|
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"]],
|