Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import subprocess
|
|
3 |
import os
|
4 |
from pydub import AudioSegment
|
5 |
import tempfile
|
|
|
6 |
|
7 |
# Paths to TalkShow demo script and configuration
|
8 |
DEMO_SCRIPT_PATH = "scripts/demo.py"
|
|
|
3 |
import os
|
4 |
from pydub import AudioSegment
|
5 |
import tempfile
|
6 |
+
os.environ["PYOPENGL_PLATFORM"] = "osmesa"
|
7 |
|
8 |
# Paths to TalkShow demo script and configuration
|
9 |
DEMO_SCRIPT_PATH = "scripts/demo.py"
|