user-agent commited on
Commit
740be3d
·
verified ·
1 Parent(s): 05e48fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,8 +6,7 @@ import gradio as gr
6
  from PIL import Image
7
  from io import BytesIO
8
 
9
- @spaces.GPU
10
- @spaces.GPU
11
  def crop_face(base64_image):
12
  try:
13
  # Decode the base64 image
 
6
  from PIL import Image
7
  from io import BytesIO
8
 
9
+ @spaces.GPU
 
10
  def crop_face(base64_image):
11
  try:
12
  # Decode the base64 image