Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import hf_hub_download
|
|
6 |
from PIL import Image
|
7 |
import numpy as np
|
8 |
import gradio as gr
|
9 |
-
import spaces
|
10 |
|
11 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
12 |
|
|
|
6 |
from PIL import Image
|
7 |
import numpy as np
|
8 |
import gradio as gr
|
9 |
+
import spaces
|
10 |
|
11 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
12 |
|