Spaces:
Running
Running
Upload gradio_app.py
Browse files- gradio_app.py +1 -0
gradio_app.py
CHANGED
@@ -8,6 +8,7 @@ import torch
|
|
8 |
import shutil
|
9 |
|
10 |
OUTPUT_DIR = "output"
|
|
|
11 |
|
12 |
@spaces.GPU
|
13 |
@torch.inference_mode()
|
|
|
8 |
import shutil
|
9 |
|
10 |
OUTPUT_DIR = "output"
|
11 |
+
os.makedirs(OUTPUT_DIR, exist_ok=True)
|
12 |
|
13 |
@spaces.GPU
|
14 |
@torch.inference_mode()
|