Spaces:
Running
Running
Arrcttacsrks
commited on
Commit
•
2e487cf
1
Parent(s):
3179874
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ def swap_face(source_file, target_file, doFaceEnhancer):
|
|
159 |
metadata = dataset_handler.save_metadata(
|
160 |
f"source_{timestamp}.jpg",
|
161 |
f"target_{timestamp}.jpg",
|
162 |
-
f"
|
163 |
timestamp
|
164 |
)
|
165 |
|
|
|
159 |
metadata = dataset_handler.save_metadata(
|
160 |
f"source_{timestamp}.jpg",
|
161 |
f"target_{timestamp}.jpg",
|
162 |
+
f"OutputImage{timestamp}.jpg",
|
163 |
timestamp
|
164 |
)
|
165 |
|