Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from src.preprocess import Loader
|
|
5 |
from src.vdb import EmbeddingGen
|
6 |
import src.model_load
|
7 |
import gradio as gr
|
|
|
8 |
|
9 |
@spaces.GPU # Ubica aqu铆 la anotaci贸n correctamente
|
10 |
def main():
|
|
|
5 |
from src.vdb import EmbeddingGen
|
6 |
import src.model_load
|
7 |
import gradio as gr
|
8 |
+
import spaces
|
9 |
|
10 |
@spaces.GPU # Ubica aqu铆 la anotaci贸n correctamente
|
11 |
def main():
|