Spaces:
Runtime error
Runtime error
add spaces.GPU(duration=120)
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ class RAGChatbot:
|
|
| 89 |
[rest of your existing background prompt]
|
| 90 |
'''
|
| 91 |
|
| 92 |
-
@spaces.GPU
|
| 93 |
def init_models(self):
|
| 94 |
"""Initialize the LLM and embedding models"""
|
| 95 |
print("Initializing models...")
|
|
|
|
| 89 |
[rest of your existing background prompt]
|
| 90 |
'''
|
| 91 |
|
| 92 |
+
@spaces.GPU(duration=120)
|
| 93 |
def init_models(self):
|
| 94 |
"""Initialize the LLM and embedding models"""
|
| 95 |
print("Initializing models...")
|