srayuth commited on
Commit
9c20a54
·
verified ·
1 Parent(s): 4736aa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
7
  """
8
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
9
 
10
-
11
  def respond(
12
  message,
13
  history: list[tuple[str, str]],
 
7
  """
8
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
9
 
10
+ @spaces.GPU
11
  def respond(
12
  message,
13
  history: list[tuple[str, str]],