MohamedTalaat91 commited on
Commit
84195c3
1 Parent(s): 74cd52a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -8,8 +8,11 @@ from insightface.utils import face_align
8
  import gradio as gr
9
  from huggingface_hub import hf_hub_download
10
  from datetime import datetime
 
11
 
12
 
 
 
13
 
14
  def download_models():
15
  hf_hub_download(
 
8
  import gradio as gr
9
  from huggingface_hub import hf_hub_download
10
  from datetime import datetime
11
+ import spaces
12
 
13
 
14
+ @spaces.GPU()
15
+
16
 
17
  def download_models():
18
  hf_hub_download(