tasal9 commited on
Commit
3bc8363
Β·
verified Β·
1 Parent(s): d296b7c

πŸš€ Add ZeroGPU support for better performance

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ This wraps the main application from src/app.py
4
  """
5
  import os
6
  from pathlib import Path
 
7
 
8
  # Import the main app components
9
  from src.app import load_vector_store, retrieve, build_prompt, create_pipeline, RAG_DEFAULT_K
 
4
  """
5
  import os
6
  from pathlib import Path
7
+ import spaces
8
 
9
  # Import the main app components
10
  from src.app import load_vector_store, retrieve, build_prompt, create_pipeline, RAG_DEFAULT_K