Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def predict(img):
|
|
| 47 |
|
| 48 |
return vis_result
|
| 49 |
|
| 50 |
-
example_list = ['
|
| 51 |
title = "Pose estimation"
|
| 52 |
description = "HPE"
|
| 53 |
article = "test MMpose"
|
|
|
|
| 47 |
|
| 48 |
return vis_result
|
| 49 |
|
| 50 |
+
example_list = ['examples/demo2.png']
|
| 51 |
title = "Pose estimation"
|
| 52 |
description = "HPE"
|
| 53 |
article = "test MMpose"
|