0x7o commited on
Commit
24704b4
1 Parent(s): 7093f52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ class StopOnTokens(StoppingCriteria):
22
 
23
 
24
  # Function to generate model predictions.
25
- @spaces.GPU(duration=180)
26
  def predict(message, history):
27
  stop = StopOnTokens()
28
  conversation = []
 
22
 
23
 
24
  # Function to generate model predictions.
25
+ @spaces.GPU(duration=30)
26
  def predict(message, history):
27
  stop = StopOnTokens()
28
  conversation = []