ccm commited on
Commit
608e686
·
verified ·
1 Parent(s): bd6eb5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def preprocess(query: str) -> str:
105
  return prompt
106
 
107
 
108
- @spaces.GPU
109
  def reply(message: str, history: list[str]) -> str:
110
  """
111
  Generates a response to the user’s message.
 
105
  return prompt
106
 
107
 
108
+ #@spaces.GPU
109
  def reply(message: str, history: list[str]) -> str:
110
  """
111
  Generates a response to the user’s message.