Spaces:
Runtime error
Runtime error
share false
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -87,7 +87,7 @@ def app():
|
|
87 |
"./test_images/elephant.jpg",
|
88 |
"./test_images/horse.jpeg",
|
89 |
],
|
90 |
-
).launch(
|
91 |
|
92 |
|
93 |
# Run the app
|
|
|
87 |
"./test_images/elephant.jpg",
|
88 |
"./test_images/horse.jpeg",
|
89 |
],
|
90 |
+
).launch()
|
91 |
|
92 |
|
93 |
# Run the app
|