hoduyquocbao commited on
Commit
07ee95b
1 Parent(s): c56e31d

update new call tools

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ Bạn chỉ được gọi một hàm tại một thời điểm. Đảm bảo r
151
  """
152
 
153
  # Hàm chính để xử lý việc sinh phản hồi từ mô hình
154
- @spaces.GPU(duration=90) # Chỉ định hàm này chạy trên GPU trong tối đa 90 giây
155
  def generate(
156
  message: str,
157
  chat_history: list[tuple[str, str]],
 
151
  """
152
 
153
  # Hàm chính để xử lý việc sinh phản hồi từ mô hình
154
+ @spaces.GPU(duration=30) # Chỉ định hàm này chạy trên GPU trong tối đa 90 giây
155
  def generate(
156
  message: str,
157
  chat_history: list[tuple[str, str]],