chenjoya commited on
Commit
f363aa2
·
verified ·
1 Parent(s): d1a4ede

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- hf_spaces = False
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: