learnmlf commited on
Commit
a020cd9
·
1 Parent(s): 5e56570
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import gradio as gr
2
  import os
3
  import numpy as np
@@ -16,7 +18,6 @@ from media_pipe.draw_util import FaceMeshVisualizer
16
 
17
  from download_models import download
18
  import torch
19
- import spaces # ZeroGPU support
20
 
21
  # Download models and check for exists
22
  download()
 
1
+ import spaces # ZeroGPU support - MUST be imported first!
2
+
3
  import gradio as gr
4
  import os
5
  import numpy as np
 
18
 
19
  from download_models import download
20
  import torch
 
21
 
22
  # Download models and check for exists
23
  download()