Spaces:
Running
Running
commit
Browse files
app.py
CHANGED
@@ -12,6 +12,11 @@ import cv2
|
|
12 |
import numpy as np
|
13 |
import ast
|
14 |
|
|
|
|
|
|
|
|
|
|
|
15 |
class Examples(gr.helpers.Examples):
|
16 |
def __init__(self, *args, cached_folder=None, **kwargs):
|
17 |
super().__init__(*args, **kwargs, _initiated_directly=False)
|
|
|
12 |
import numpy as np
|
13 |
import ast
|
14 |
|
15 |
+
from zerogpu import init_zerogpu
|
16 |
+
|
17 |
+
init_zerogpu()
|
18 |
+
|
19 |
+
|
20 |
class Examples(gr.helpers.Examples):
|
21 |
def __init__(self, *args, cached_folder=None, **kwargs):
|
22 |
super().__init__(*args, **kwargs, _initiated_directly=False)
|