test1444 commited on
Commit
bec3c06
1 Parent(s): 7d4d3df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ def predict(img):
49
 
50
  example_list = ['examples/demo2.png']
51
  title = "Pose estimation"
52
- description = "HPE"
53
- article = "test MMpose"
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,