rphrp1985 commited on
Commit
bffc93c
·
verified ·
1 Parent(s): 7de4d7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ import requests
17
  import json
18
 
19
 
20
- @spaces.GPU
21
  def bot_streaming(message, history, max_new_tokens=250):
22
 
23
  print("message ", message)
 
17
  import json
18
 
19
 
20
+ @spaces.GPU(duration=100)
21
  def bot_streaming(message, history, max_new_tokens=250):
22
 
23
  print("message ", message)