Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ import mediapipe as mp
|
|
13 |
import numpy as np
|
14 |
import pandas as pd
|
15 |
import moviepy.editor as mpe
|
|
|
16 |
|
17 |
theme = gr.themes.Base(
|
18 |
primary_hue="cyan",
|
|
|
13 |
import numpy as np
|
14 |
import pandas as pd
|
15 |
import moviepy.editor as mpe
|
16 |
+
import time
|
17 |
|
18 |
theme = gr.themes.Base(
|
19 |
primary_hue="cyan",
|