Update app.py
Browse files
app.py
CHANGED
|
@@ -11,9 +11,9 @@ from runpy import run_path
|
|
| 11 |
import numpy as np
|
| 12 |
|
| 13 |
|
| 14 |
-
examples = [['./sample1.png',
|
| 15 |
]
|
| 16 |
-
|
| 17 |
|
| 18 |
|
| 19 |
title = "Restormer"
|
|
|
|
| 11 |
import numpy as np
|
| 12 |
|
| 13 |
|
| 14 |
+
examples = [['./sample1.png'],['./sample2.png'],['./Sample3.png'],['./Sample4.png'],['./Sample5.png'],['./Sample6.png']
|
| 15 |
]
|
| 16 |
+
|
| 17 |
|
| 18 |
|
| 19 |
title = "Restormer"
|