Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesHF spec change.
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import logging
|
2 |
import os
|
3 |
import shlex
|
@@ -8,7 +9,6 @@ import time
|
|
8 |
import gradio as gr
|
9 |
import numpy as np
|
10 |
import rembg
|
11 |
-
import spaces
|
12 |
import torch
|
13 |
from PIL import Image
|
14 |
from functools import partial
|
|
|
1 |
+
import spaces
|
2 |
import logging
|
3 |
import os
|
4 |
import shlex
|
|
|
9 |
import gradio as gr
|
10 |
import numpy as np
|
11 |
import rembg
|
|
|
12 |
import torch
|
13 |
from PIL import Image
|
14 |
from functools import partial
|