Spaces:
Paused
Paused
Update app.py
Browse filesHF spec change.
Also, HF is a little buggy right now.
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import logging
|
2 |
import os
|
3 |
import boto3
|
@@ -10,7 +11,6 @@ import base64
|
|
10 |
import gradio as gr
|
11 |
import numpy as np
|
12 |
import rembg
|
13 |
-
import spaces
|
14 |
import torch
|
15 |
from PIL import Image
|
16 |
from functools import partial
|
|
|
1 |
+
import spaces
|
2 |
import logging
|
3 |
import os
|
4 |
import boto3
|
|
|
11 |
import gradio as gr
|
12 |
import numpy as np
|
13 |
import rembg
|
|
|
14 |
import torch
|
15 |
from PIL import Image
|
16 |
from functools import partial
|