Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,8 +49,8 @@ def predict(img):
|
|
| 49 |
|
| 50 |
example_list = ['examples/demo2.png']
|
| 51 |
title = "Pose estimation"
|
| 52 |
-
description = "
|
| 53 |
-
article = "
|
| 54 |
|
| 55 |
# Create the Gradio demo
|
| 56 |
demo = gr.Interface(fn=predict,
|
|
|
|
| 49 |
|
| 50 |
example_list = ['examples/demo2.png']
|
| 51 |
title = "Pose estimation"
|
| 52 |
+
description = "Top down heatmap Hrnet"
|
| 53 |
+
article = ""
|
| 54 |
|
| 55 |
# Create the Gradio demo
|
| 56 |
demo = gr.Interface(fn=predict,
|