prithivMLmods commited on
Commit
5f8d25f
·
verified ·
1 Parent(s): ed8a649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ while not os.path.exists(MODEL_PATH):
40
  time.sleep(5)
41
 
42
  # Function to handle AI responses
43
- @spaces.GPU(duration=120)
44
  def respond(
45
  message,
46
  history: list[tuple[str, str]],
 
40
  time.sleep(5)
41
 
42
  # Function to handle AI responses
43
+ @spaces.GPU
44
  def respond(
45
  message,
46
  history: list[tuple[str, str]],