Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from pygame.locals import *
|
|
| 5 |
pygame.init()
|
| 6 |
|
| 7 |
# Load the 3D model of Talking Tom's face
|
| 8 |
-
face_model = pygame.image.load('
|
| 9 |
|
| 10 |
# Create a display surface
|
| 11 |
screen = pygame.display.set_mode((640, 480), 0, 32)
|
|
|
|
| 5 |
pygame.init()
|
| 6 |
|
| 7 |
# Load the 3D model of Talking Tom's face
|
| 8 |
+
face_model = pygame.image.load('https://wallpapercave.com/w/wp2403784')
|
| 9 |
|
| 10 |
# Create a display surface
|
| 11 |
screen = pygame.display.set_mode((640, 480), 0, 32)
|