Nikhil0987 commited on
Commit
6a131c5
1 Parent(s): 29799e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('https://wallpapercave.com/wp/wp2403811.jpg')
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)