imperiusrex commited on
Commit
b45ccc7
·
verified ·
1 Parent(s): 14677da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -110,9 +110,9 @@ demo = gr.Interface(
110
  ],
111
  title="📹 Classroom Board Cleaner",
112
  description=(
113
- "1️⃣ Upload your classroom video (.mp4)\n"
114
- "2️⃣ Automatic extraction, alignment, masking, fusion & sharpening\n"
115
- "3️⃣ View three stages of the cleaned board output"
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