Plachta commited on
Commit
a664789
1 Parent(s): 65cecb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ import translators.server as tss
13
  import psutil
14
  limitation = os.getenv("SYSTEM") == "spaces" # limit text and audio length in huggingface spaces
15
  max_len = 150
 
16
  def show_memory_info(hint):
17
  pid = os.getpid()
18
  p = psutil.Process(pid)
 
13
  import psutil
14
  limitation = os.getenv("SYSTEM") == "spaces" # limit text and audio length in huggingface spaces
15
  max_len = 150
16
+
17
  def show_memory_info(hint):
18
  pid = os.getpid()
19
  p = psutil.Process(pid)