Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
14 |
# client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
15 |
client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B", token=os.getenv('deepseekv2'))
|
16 |
|
17 |
-
@spaces.GPU(duration=
|
18 |
def respond(
|
19 |
message,
|
20 |
history: list[tuple[str, str]],
|
|
|
14 |
# client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
15 |
client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B", token=os.getenv('deepseekv2'))
|
16 |
|
17 |
+
@spaces.GPU(duration=120)
|
18 |
def respond(
|
19 |
message,
|
20 |
history: list[tuple[str, str]],
|