mamkkl commited on
Commit
28be50e
·
verified ·
1 Parent(s): c693fed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def generator(input_ids, generation_config, max_new_tokens):
84
  )
85
  return generation_output
86
 
87
- @spaces.GPU(duration=120)
88
  def respond(
89
  message,
90
  history: list[tuple[str, str]],
 
84
  )
85
  return generation_output
86
 
87
+ #@spaces.GPU(duration=120)
88
  def respond(
89
  message,
90
  history: list[tuple[str, str]],