Spaces:
Paused
Paused
Rishi Desai
commited on
Commit
·
da41944
1
Parent(s):
99fbcab
renamed file
Browse files- FaceEnhancementProd.py → face_enhance.py +0 -0
- test.py +1 -1
FaceEnhancementProd.py → face_enhance.py
RENAMED
File without changes
|
test.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import argparse
|
2 |
import os
|
3 |
import shutil
|
4 |
-
from
|
5 |
|
6 |
def parse_args():
|
7 |
parser = argparse.ArgumentParser(description='Face Enhancement Tool')
|
|
|
1 |
import argparse
|
2 |
import os
|
3 |
import shutil
|
4 |
+
from face_enhance import enhance_face
|
5 |
|
6 |
def parse_args():
|
7 |
parser = argparse.ArgumentParser(description='Face Enhancement Tool')
|