vikhyatk commited on
Commit
4790cf8
·
verified ·
1 Parent(s): bf9fc6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -5,8 +5,7 @@ from main import load_moondream, process_video
5
  import tempfile
6
  import shutil
7
  import torch
8
-
9
- # import spaces
10
 
11
  # Get absolute path to workspace root
12
  WORKSPACE_ROOT = os.path.dirname(os.path.abspath(__file__))
 
5
  import tempfile
6
  import shutil
7
  import torch
8
+ import spaces
 
9
 
10
  # Get absolute path to workspace root
11
  WORKSPACE_ROOT = os.path.dirname(os.path.abspath(__file__))