Spaces:
Runtime error
Runtime error
wannaphong
commited on
Commit
•
c1cb273
1
Parent(s):
933a11c
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ hf_hub_download(
|
|
38 |
llm = None
|
39 |
llm_model = None
|
40 |
#
|
41 |
-
@spaces.GPU(duration=120)
|
42 |
def respond(
|
43 |
message,
|
44 |
history: list[tuple[str, str]],
|
|
|
38 |
llm = None
|
39 |
llm_model = None
|
40 |
#
|
41 |
+
@spaces.GPU()#duration=120)
|
42 |
def respond(
|
43 |
message,
|
44 |
history: list[tuple[str, str]],
|