Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|