Spaces:
Sleeping
Sleeping
fix
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ import spaces
|
|
| 13 |
app = FastAPI()
|
| 14 |
|
| 15 |
|
| 16 |
-
|
| 17 |
def embed(text):
|
| 18 |
|
| 19 |
query_embedding = Embedder.encode(text)
|
|
|
|
| 13 |
app = FastAPI()
|
| 14 |
|
| 15 |
|
| 16 |
+
#@spaces.GPU
|
| 17 |
def embed(text):
|
| 18 |
|
| 19 |
query_embedding = Embedder.encode(text)
|