Spaces:
Runtime error
Runtime error
Fix typo
Browse files
app.py
CHANGED
@@ -17,10 +17,10 @@ os.system("wget -O demo_g_1.png https://huggingface.co/spaces/alkzar90/rock-glac
|
|
17 |
os.system("wget -O demo_g_2.png https://huggingface.co/spaces/alkzar90/rock-glacier-detector/resolve/main/example_images/demo_g_2.png")
|
18 |
os.system("wget -O demo_g_3.png https://huggingface.co/spaces/alkzar90/rock-glacier-detector/resolve/main/example_images/demo_g_3.png")
|
19 |
|
20 |
-
os.system("wget -
|
21 |
-
os.system("wget -
|
22 |
-
os.system("wget -
|
23 |
-
os.system("wget -
|
24 |
|
25 |
iface = gr.Interface.load(name='alkzar90/skynet',
|
26 |
src='models',
|
|
|
17 |
os.system("wget -O demo_g_2.png https://huggingface.co/spaces/alkzar90/rock-glacier-detector/resolve/main/example_images/demo_g_2.png")
|
18 |
os.system("wget -O demo_g_3.png https://huggingface.co/spaces/alkzar90/rock-glacier-detector/resolve/main/example_images/demo_g_3.png")
|
19 |
|
20 |
+
os.system("wget -O cordillera_arg_1.png https://huggingface.co/spaces/alkzar90/rock-glacier-detector/resolve/main/example_images/cordillera_arg_1.png")
|
21 |
+
os.system("wget -O cordillera_arg_2.png https://huggingface.co/spaces/alkzar90/rock-glacier-detector/resolve/main/example_images/cordillera_arg_2.png")
|
22 |
+
os.system("wget -O glaciar_arg_1.png https://huggingface.co/spaces/alkzar90/rock-glacier-detector/resolve/main/example_images/glaciar_arg_1.png")
|
23 |
+
os.system("wget -O glaciar_arg_2.png https://huggingface.co/spaces/alkzar90/rock-glacier-detector/resolve/main/example_images/glaciar_arg_2.png")
|
24 |
|
25 |
iface = gr.Interface.load(name='alkzar90/skynet',
|
26 |
src='models',
|