Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,6 @@ index = None
|
|
22 |
data = None
|
23 |
|
24 |
# μλ² λ© λͺ¨λΈ Lazy Loading
|
25 |
-
@spaces.GPU(duration=120)
|
26 |
def load_embedding_model():
|
27 |
global ST
|
28 |
if ST is None:
|
|
|
22 |
data = None
|
23 |
|
24 |
# μλ² λ© λͺ¨λΈ Lazy Loading
|
|
|
25 |
def load_embedding_model():
|
26 |
global ST
|
27 |
if ST is None:
|