Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ def inference(image, task):
|
|
| 10 |
# os.system("python Dehazing.py --test_path ./tmp/lq_image.png --save_path ./tmp/ --pk_path model_zoo/Haze4k.tjm")
|
| 11 |
|
| 12 |
if task == 'LLIE':
|
| 13 |
-
os.system("python Lowlight.py --test_path ./tmp/lq_image.png --save_path ./tmp/ --pk_path model_zoo/
|
| 14 |
|
| 15 |
# if task == 'SuperResolutionx2':
|
| 16 |
# os.system("python SuperResolution.py --test_path ./tmp/lq_image.png --save_path ./tmp/ --pk_path model_zoo/SRx2.pth --scale 2")
|
|
|
|
| 10 |
# os.system("python Dehazing.py --test_path ./tmp/lq_image.png --save_path ./tmp/ --pk_path model_zoo/Haze4k.tjm")
|
| 11 |
|
| 12 |
if task == 'LLIE':
|
| 13 |
+
os.system("python Lowlight.py --test_path ./tmp/lq_image.png --save_path ./tmp/ --pk_path model_zoo/Lowlight.pth")
|
| 14 |
|
| 15 |
# if task == 'SuperResolutionx2':
|
| 16 |
# os.system("python SuperResolution.py --test_path ./tmp/lq_image.png --save_path ./tmp/ --pk_path model_zoo/SRx2.pth --scale 2")
|