Spaces:
Running
on
Zero
Running
on
Zero
Import space before everything.
Browse files
app.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import torch
|
| 3 |
from PIL import Image
|
|
@@ -8,7 +10,7 @@ from pytorch_lightning import seed_everything
|
|
| 8 |
import numpy as np
|
| 9 |
import os
|
| 10 |
import rembg
|
| 11 |
-
|
| 12 |
import sys
|
| 13 |
from loguru import logger
|
| 14 |
|
|
|
|
| 1 |
+
import spaces
|
| 2 |
+
|
| 3 |
import gradio as gr
|
| 4 |
import torch
|
| 5 |
from PIL import Image
|
|
|
|
| 10 |
import numpy as np
|
| 11 |
import os
|
| 12 |
import rembg
|
| 13 |
+
|
| 14 |
import sys
|
| 15 |
from loguru import logger
|
| 16 |
|