Spaces:
Running
Running
felixrosberg
commited on
Commit
β’
e921287
1
Parent(s):
1d74e74
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def run_inference(target, source):
|
|
109 |
return None
|
110 |
|
111 |
description = "Performs subject agnostic identity transfer from a source face to all target faces."
|
112 |
-
examples = [["
|
113 |
article="""
|
114 |
Demo is based of recent research from my Ph.D work. Results expects to be published in the coming months.
|
115 |
"""
|
|
|
109 |
return None
|
110 |
|
111 |
description = "Performs subject agnostic identity transfer from a source face to all target faces."
|
112 |
+
examples = [["rick_astely_example.jpg", "elon_musk_example.jpg"], ["10017.png", "9538.png"]]
|
113 |
article="""
|
114 |
Demo is based of recent research from my Ph.D work. Results expects to be published in the coming months.
|
115 |
"""
|