Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
·
481427c
1
Parent(s):
fe25cb5
Update app.py
Browse files
app.py
CHANGED
|
@@ -293,20 +293,20 @@ def crop_image(image):
|
|
| 293 |
def get_example():
|
| 294 |
case = [
|
| 295 |
[
|
| 296 |
-
'examples/
|
| 297 |
# '',
|
| 298 |
-
'
|
| 299 |
-
'
|
| 300 |
-
'examples/
|
| 301 |
|
| 302 |
|
| 303 |
-
|
| 304 |
-
|
| 305 |
-
False,
|
| 306 |
50,
|
| 307 |
25,
|
| 308 |
-
5,
|
| 309 |
-
0.
|
| 310 |
|
| 311 |
],
|
| 312 |
[
|
|
|
|
| 293 |
def get_example():
|
| 294 |
case = [
|
| 295 |
[
|
| 296 |
+
'examples/car_input.png',
|
| 297 |
# '',
|
| 298 |
+
'cherry blossom', 'green cabriolet',
|
| 299 |
+
'',
|
| 300 |
+
'examples/car_output.jpg',
|
| 301 |
|
| 302 |
|
| 303 |
+
10,7,
|
| 304 |
+
2,2,
|
| 305 |
+
False, False,
|
| 306 |
50,
|
| 307 |
25,
|
| 308 |
+
7.5,
|
| 309 |
+
0.65, 0.8
|
| 310 |
|
| 311 |
],
|
| 312 |
[
|