Spaces:
Runtime error
Runtime error
Commit
·
9e5ec94
1
Parent(s):
9254d77
break
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
|
3 |
IMAGE_TO_URL = {
|
4 |
"sample_image_1": "https://user-images.githubusercontent.com/34196005/143309873-c0c1f31c-c42e-4a36-834e-da0a2336bb19.jpg",
|
@@ -86,4 +86,4 @@ static_component = image_comparison(
|
|
86 |
in_memory=in_memory,
|
87 |
)
|
88 |
|
89 |
-
|
|
|
1 |
+
import sys
|
2 |
|
3 |
IMAGE_TO_URL = {
|
4 |
"sample_image_1": "https://user-images.githubusercontent.com/34196005/143309873-c0c1f31c-c42e-4a36-834e-da0a2336bb19.jpg",
|
|
|
86 |
in_memory=in_memory,
|
87 |
)
|
88 |
|
89 |
+
sys.exit()
|