Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,7 @@ interface_video = gr.Interface(
|
|
79 |
inputs=inputs_video,
|
80 |
outputs=outputs_video,
|
81 |
title="Parking space counter",
|
|
|
82 |
# examples=video_path,
|
83 |
cache_examples=False,
|
84 |
)
|
|
|
79 |
inputs=inputs_video,
|
80 |
outputs=outputs_video,
|
81 |
title="Parking space counter",
|
82 |
+
description="Click generate !!!'",
|
83 |
# examples=video_path,
|
84 |
cache_examples=False,
|
85 |
)
|