Spaces:
Running on Zero
Running on Zero
Commit ·
f37905f
1
Parent(s): 3b49dda
remove GRADIO_TEMP_DIR
Browse files
app.py
CHANGED
|
@@ -4,8 +4,6 @@
|
|
| 4 |
|
| 5 |
import os
|
| 6 |
import spaces
|
| 7 |
-
os.environ["GRADIO_TEMP_DIR"] = os.path.join(os.getcwd(), "gradio_temp")
|
| 8 |
-
os.makedirs(os.environ["GRADIO_TEMP_DIR"], exist_ok=True)
|
| 9 |
import uuid
|
| 10 |
from typing import Any, List, Optional, Union
|
| 11 |
import cv2
|
|
|
|
| 4 |
|
| 5 |
import os
|
| 6 |
import spaces
|
|
|
|
|
|
|
| 7 |
import uuid
|
| 8 |
from typing import Any, List, Optional, Union
|
| 9 |
import cv2
|