Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from pydub import AudioSegment
|
|
| 5 |
import tempfile
|
| 6 |
|
| 7 |
# Set OpenGL platform
|
| 8 |
-
os.environ["PYOPENGL_PLATFORM"] = "
|
| 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"
|