felixrosberg commited on
Commit
e921287
β€’
1 Parent(s): 1d74e74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = [["elon_musk_example.jpg", "rick_astely_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
  """
 
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
  """