Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ client = InferenceClient(
|
|
| 12 |
token=hf_token
|
| 13 |
)
|
| 14 |
|
| 15 |
-
@spaces.GPU(duration=
|
| 16 |
def respond(
|
| 17 |
message,
|
| 18 |
history: list[tuple[str, str]],
|
|
|
|
| 12 |
token=hf_token
|
| 13 |
)
|
| 14 |
|
| 15 |
+
@spaces.GPU(duration=65)
|
| 16 |
def respond(
|
| 17 |
message,
|
| 18 |
history: list[tuple[str, str]],
|