Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ iface = gr.Interface(
|
|
25 |
capture_session=True,
|
26 |
interpretation="default",
|
27 |
examples=[
|
28 |
-
["
|
29 |
-
["
|
30 |
])
|
31 |
|
32 |
if __name__ == "__main__":
|
|
|
25 |
capture_session=True,
|
26 |
interpretation="default",
|
27 |
examples=[
|
28 |
+
["cheetah1.jpg"],
|
29 |
+
["lion.jpg"]
|
30 |
])
|
31 |
|
32 |
if __name__ == "__main__":
|