gufett0 commited on
Commit
03d2fc2
·
1 Parent(s): 8238f47

added text streamer

Browse files
Files changed (1) hide show
  1. backend.py +1 -1
backend.py CHANGED
@@ -43,7 +43,7 @@ parser = SentenceSplitter.from_defaults(
43
 
44
 
45
 
46
- @spaces.GPU(duration=120)
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