Canyu commited on
Commit
0822a9f
·
1 Parent(s): 5b9d0ae
Files changed (1) hide show
  1. app.py +5 -0
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)