Spaces:
Sleeping
Sleeping
Commit
·
24c97cf
1
Parent(s):
baa5dba
update
Browse files
app.py
CHANGED
@@ -296,7 +296,7 @@ def handle_functions(function_call: Dict[str, Any], prompt: str, chat_history: L
|
|
296 |
|
297 |
# ---------------------------- Giao Diện Gradio ---------------------------- #
|
298 |
|
299 |
-
@spaces.GPU
|
300 |
def generate(
|
301 |
message: str,
|
302 |
chat_history: List[Tuple[str, str]],
|
|
|
296 |
|
297 |
# ---------------------------- Giao Diện Gradio ---------------------------- #
|
298 |
|
299 |
+
@spaces.GPU(duration=60, queue=False)
|
300 |
def generate(
|
301 |
message: str,
|
302 |
chat_history: List[Tuple[str, str]],
|