aiknowyou-nic commited on
Commit
f4e4478
·
1 Parent(s): 3a4ed0c

add title and description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,8 +80,8 @@ gr.Interface(
80
  outputs=[
81
  gr.inputs.Image() # you can have many outputs
82
  ],
83
- title="Titolo",
84
- description="Description of the app",
85
  examples=[
86
  "images/test_image57.jpg",
87
  "images/test_image103.jpg",
 
80
  outputs=[
81
  gr.inputs.Image() # you can have many outputs
82
  ],
83
+ title="Volley classification and detection",
84
+ description="This project use a yolov3 and pretrained model from [this](https://github.com/lalchhabi/Volleyball_Position_Detection_System) project",
85
  examples=[
86
  "images/test_image57.jpg",
87
  "images/test_image103.jpg",