insanecoder69 commited on
Commit
cca1fcb
·
verified ·
1 Parent(s): cb8f28c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from pydub import AudioSegment
5
  import tempfile
6
 
7
  # Set OpenGL platform
8
- os.environ["PYOPENGL_PLATFORM"] = "egl"
9
 
10
  # Paths to TalkShow demo script and configuration
11
  DEMO_SCRIPT_PATH = "scripts/demo.py"
 
5
  import tempfile
6
 
7
  # Set OpenGL platform
8
+ os.environ["PYOPENGL_PLATFORM"] = "osmesa"
9
 
10
  # Paths to TalkShow demo script and configuration
11
  DEMO_SCRIPT_PATH = "scripts/demo.py"