Spaces:
Runtime error
Runtime error
Commit
·
7992068
1
Parent(s):
e314fa9
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ interface_image = gr.Interface(
|
|
| 34 |
inputs=[inputs_image,model_name],
|
| 35 |
outputs=outputs_image,
|
| 36 |
title="Image Detection",
|
| 37 |
-
description="upload your photo and select one model and see the
|
| 38 |
examples=[["sample/dog.jpg"]],
|
| 39 |
cache_examples=False,
|
| 40 |
)
|
|
@@ -77,7 +77,7 @@ interface_video = gr.Interface(
|
|
| 77 |
inputs=[inputs_video,model_name],
|
| 78 |
outputs=outputs_video,
|
| 79 |
title="Video Detection",
|
| 80 |
-
description="upload your video and select one model and see the
|
| 81 |
examples=[["sample/video_1.mp4"]],
|
| 82 |
cache_examples=False,
|
| 83 |
)
|
|
|
|
| 34 |
inputs=[inputs_image,model_name],
|
| 35 |
outputs=outputs_image,
|
| 36 |
title="Image Detection",
|
| 37 |
+
description="upload your photo and select one model and see the results!",
|
| 38 |
examples=[["sample/dog.jpg"]],
|
| 39 |
cache_examples=False,
|
| 40 |
)
|
|
|
|
| 77 |
inputs=[inputs_video,model_name],
|
| 78 |
outputs=outputs_video,
|
| 79 |
title="Video Detection",
|
| 80 |
+
description="upload your video and select one model and see the results!",
|
| 81 |
examples=[["sample/video_1.mp4"]],
|
| 82 |
cache_examples=False,
|
| 83 |
)
|