Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
hf_spaces =
|
2 |
js_monitor = False # if False, will not care about the actual video timestamp in front end. Suitable for enviroment with unsolvable latency (e.g. hf spaces)
|
3 |
if hf_spaces:
|
4 |
try:
|
|
|
1 |
+
hf_spaces = True
|
2 |
js_monitor = False # if False, will not care about the actual video timestamp in front end. Suitable for enviroment with unsolvable latency (e.g. hf spaces)
|
3 |
if hf_spaces:
|
4 |
try:
|