Spaces:
Running
on
Zero
Running
on
Zero
dongyh20
commited on
Commit
·
1b64d31
1
Parent(s):
1550232
update space
Browse files
app.py
CHANGED
@@ -11,6 +11,8 @@ os.environ['FORCE_NO_DOWNSAMPLE'] = '1'
|
|
11 |
os.environ['LOAD_VISION_EARLY'] = '1'
|
12 |
os.environ['SKIP_LOAD_VIT'] = '1'
|
13 |
|
|
|
|
|
14 |
import spaces
|
15 |
|
16 |
import gradio as gr
|
|
|
11 |
os.environ['LOAD_VISION_EARLY'] = '1'
|
12 |
os.environ['SKIP_LOAD_VIT'] = '1'
|
13 |
|
14 |
+
os.environ["CUDA_LAUNCH_BLOCKING"]=1
|
15 |
+
|
16 |
import spaces
|
17 |
|
18 |
import gradio as gr
|