Spaces:
Running on Zero
Running on Zero
add spaces import
Browse files- utils/pipelines.py +1 -0
utils/pipelines.py
CHANGED
|
@@ -3,6 +3,7 @@ import gradio as gr
|
|
| 3 |
from lightning.fabric import seed_everything
|
| 4 |
import time
|
| 5 |
import os
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
@spaces.GPU(duration=300)
|
|
|
|
| 3 |
from lightning.fabric import seed_everything
|
| 4 |
import time
|
| 5 |
import os
|
| 6 |
+
import spaces
|
| 7 |
|
| 8 |
|
| 9 |
@spaces.GPU(duration=300)
|