Spaces:
Runtime error
Runtime error
Commit
·
9781b3c
1
Parent(s):
de5b99e
add thanos example
Browse files- app.py +1 -1
- examples/thanos.jpg +0 -0
app.py
CHANGED
@@ -19,10 +19,10 @@ title = "FaceOver - edit face with text 🐨 "
|
|
19 |
|
20 |
examples = [
|
21 |
["examples/jennifer lawrence.jpg", "dark hair smiling woman with glasses", 0.58],
|
|
|
22 |
["examples/kim kardashian.jpg", "woman with pink wig",1.15],
|
23 |
["examples/kim kardashian.jpg", "beautiful asian woman with short haired ", 0.88],
|
24 |
["examples/Arnold Schwarzenegger.jpg", "happy man with long hair and hat", 0.44]
|
25 |
-
|
26 |
]
|
27 |
|
28 |
iface = gr.Interface(fn=greet,
|
|
|
19 |
|
20 |
examples = [
|
21 |
["examples/jennifer lawrence.jpg", "dark hair smiling woman with glasses", 0.58],
|
22 |
+
["examples/thanos.jpg", "woman with pink wig and big hat", 0.88],
|
23 |
["examples/kim kardashian.jpg", "woman with pink wig",1.15],
|
24 |
["examples/kim kardashian.jpg", "beautiful asian woman with short haired ", 0.88],
|
25 |
["examples/Arnold Schwarzenegger.jpg", "happy man with long hair and hat", 0.44]
|
|
|
26 |
]
|
27 |
|
28 |
iface = gr.Interface(fn=greet,
|
examples/thanos.jpg
ADDED
![]() |