Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,9 +110,9 @@ demo = gr.Interface(
|
|
| 110 |
],
|
| 111 |
title="📹 Classroom Board Cleaner",
|
| 112 |
description=(
|
| 113 |
-
"
|
| 114 |
-
"
|
| 115 |
-
"
|
| 116 |
)
|
| 117 |
)
|
| 118 |
|
|
|
|
| 110 |
],
|
| 111 |
title="📹 Classroom Board Cleaner",
|
| 112 |
description=(
|
| 113 |
+
"Upload your classroom video (.mp4). \n"
|
| 114 |
+
"Automatic extraction, alignment, masking, fusion & sharpening. \n"
|
| 115 |
+
"View three stages of the cleaned board output."
|
| 116 |
)
|
| 117 |
)
|
| 118 |
|