Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,9 @@ This file is used for deploying hugging face demo:
|
|
3 |
https://huggingface.co/spaces/sczhou/CodeFormer
|
4 |
"""
|
5 |
|
|
|
|
|
|
|
6 |
import sys
|
7 |
sys.path.append('CodeFormer')
|
8 |
import os
|
|
|
3 |
https://huggingface.co/spaces/sczhou/CodeFormer
|
4 |
"""
|
5 |
|
6 |
+
|
7 |
+
|
8 |
+
|
9 |
import sys
|
10 |
sys.path.append('CodeFormer')
|
11 |
import os
|