Tijmen2 commited on
Commit
a5d905d
·
verified ·
1 Parent(s): b6f387b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def user(user_message, history):
31
  history = []
32
  return "", history + [{"role": "user", "content": user_message}]
33
 
34
- @spaces.GPU(duration=20)
35
  def bot(history):
36
  """Yield the chatbot response for streaming."""
37
 
 
31
  history = []
32
  return "", history + [{"role": "user", "content": user_message}]
33
 
34
+ @spaces.GPU
35
  def bot(history):
36
  """Yield the chatbot response for streaming."""
37