Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ hf_hub_download(
|
|
17 |
)
|
18 |
|
19 |
# 推論関数
|
20 |
-
@spaces.GPU(duration=
|
21 |
def respond(
|
22 |
message,
|
23 |
history: list[tuple[str, str]],
|
|
|
17 |
)
|
18 |
|
19 |
# 推論関数
|
20 |
+
@spaces.GPU(duration=0)
|
21 |
def respond(
|
22 |
message,
|
23 |
history: list[tuple[str, str]],
|