Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|