Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Emerging-Tech
/
3D
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nikhil0987
commited on
Feb 29, 2024
Commit
8db5aac
·
verified
·
1 Parent(s):
166ba0b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import pygame
2
from pygame.locals import *
3
4
# Initialize Pygame
5
pygame.init()
1
import pygame
2
from pygame.locals import *
3
+
import os
4
5
# Initialize Pygame
6
pygame.init()