Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
pygame.init()
|
7 |
|
8 |
# Load the 3D model of Talking Tom's face
|
9 |
-
face_model = pygame.image.load('
|
10 |
|
11 |
# Create a display surface
|
12 |
screen = pygame.display.set_mode((640, 480), 0, 32)
|
|
|
6 |
pygame.init()
|
7 |
|
8 |
# Load the 3D model of Talking Tom's face
|
9 |
+
face_model = pygame.image.load('talking_tom_face.png')
|
10 |
|
11 |
# Create a display surface
|
12 |
screen = pygame.display.set_mode((640, 480), 0, 32)
|