Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,8 +23,8 @@ interface = gr.Interface(
|
|
| 23 |
fn=detect_fall,
|
| 24 |
inputs=gr.Image(type="pil"),
|
| 25 |
outputs=gr.Image(),
|
| 26 |
-
title="
|
| 27 |
-
description="
|
| 28 |
# examples=[["example1.jpg"], ["example2.jpg"]] # ์์ ์ด๋ฏธ์ง๊ฐ ์์ผ๋ฉด ์ถ๊ฐ
|
| 29 |
)
|
| 30 |
|
|
|
|
| 23 |
fn=detect_fall,
|
| 24 |
inputs=gr.Image(type="pil"),
|
| 25 |
outputs=gr.Image(),
|
| 26 |
+
title="Fall detect",
|
| 27 |
+
description="Fall detect",
|
| 28 |
# examples=[["example1.jpg"], ["example2.jpg"]] # ์์ ์ด๋ฏธ์ง๊ฐ ์์ผ๋ฉด ์ถ๊ฐ
|
| 29 |
)
|
| 30 |
|