Spaces:
Running
on
Zero
Running
on
Zero
Add ZeroGPU decorator.
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ from PIL import Image
|
|
| 6 |
import torch
|
| 7 |
from torchvision import transforms
|
| 8 |
import gradio as gr
|
|
|
|
| 9 |
|
| 10 |
from models.GCoNet import GCoNet
|
| 11 |
|
|
|
|
| 6 |
import torch
|
| 7 |
from torchvision import transforms
|
| 8 |
import gradio as gr
|
| 9 |
+
import spaces
|
| 10 |
|
| 11 |
from models.GCoNet import GCoNet
|
| 12 |
|