Spaces:
Sleeping
Sleeping
added text streamer
Browse files- backend.py +1 -1
backend.py
CHANGED
@@ -43,7 +43,7 @@ parser = SentenceSplitter.from_defaults(
|
|
43 |
|
44 |
|
45 |
|
46 |
-
@spaces.GPU(duration=
|
47 |
def handle_query(query_str, chathistory):
|
48 |
|
49 |
# build the vector
|
|
|
43 |
|
44 |
|
45 |
|
46 |
+
@spaces.GPU(duration=20)
|
47 |
def handle_query(query_str, chathistory):
|
48 |
|
49 |
# build the vector
|