tangzhy commited on
Commit
3332125
1 Parent(s): 5ed473c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ Below is an operations research question. Build a mathematical model and corresp
43
  # Response:
44
  """
45
 
46
- @spaces.GPU(duration=90)
47
  def generate(
48
  message: str,
49
  chat_history: list[tuple[str, str]],
 
43
  # Response:
44
  """
45
 
46
+ @spaces.GPU(duration=60)
47
  def generate(
48
  message: str,
49
  chat_history: list[tuple[str, str]],