Vijish commited on
Commit
4e977b2
·
verified ·
1 Parent(s): 6c1f411

Update voice_processing.py

Browse files
Files changed (1) hide show
  1. voice_processing.py +2 -1
voice_processing.py CHANGED
@@ -28,7 +28,8 @@ logging.getLogger("markdown_it").setLevel(logging.WARNING)
28
  logging.getLogger("urllib3").setLevel(logging.WARNING)
29
  logging.getLogger("matplotlib").setLevel(logging.WARNING)
30
 
31
- limitation =
 
32
  config = Config()
33
 
34
  # Edge TTS
 
28
  logging.getLogger("urllib3").setLevel(logging.WARNING)
29
  logging.getLogger("matplotlib").setLevel(logging.WARNING)
30
 
31
+ limitation = os.getenv("SYSTEM") == "spaces"
32
+
33
  config = Config()
34
 
35
  # Edge TTS