ford442 commited on
Commit
2d7af99
·
verified ·
1 Parent(s): a5def4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -6,6 +6,9 @@
6
  # copies of the Software, and to permit persons to whom the Software is
7
  import spaces
8
  import os
 
 
 
9
  import random
10
  import uuid
11
  import gradio as gr
 
6
  # copies of the Software, and to permit persons to whom the Software is
7
  import spaces
8
  import os
9
+ import subprocess
10
+ subprocess.run(['prlimit', '--stack[536870912]'])
11
+
12
  import random
13
  import uuid
14
  import gradio as gr