jonaschua commited on
Commit
975c567
·
verified ·
1 Parent(s): 35199f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ For more information on `huggingface_hub` Inference API support, please check th
13
  # client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
14
  client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
15
 
16
- @spaces.GPU(duration=180)
17
  def respond(
18
  message,
19
  history: list[tuple[str, str]],
 
13
  # client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
14
  client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
15
 
16
+ @spaces.GPU
17
  def respond(
18
  message,
19
  history: list[tuple[str, str]],