pmelnechuk commited on
Commit
cd66bdc
verified
1 Parent(s): 1515275

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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():