Spaces:
Runtime error
Runtime error
Commit
·
f4e4478
1
Parent(s):
3a4ed0c
add title and description
Browse files
app.py
CHANGED
@@ -80,8 +80,8 @@ gr.Interface(
|
|
80 |
outputs=[
|
81 |
gr.inputs.Image() # you can have many outputs
|
82 |
],
|
83 |
-
title="
|
84 |
-
description="
|
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",
|