aroushansari3112 commited on
Commit
aabd3c9
·
verified ·
1 Parent(s): 074db89
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def respond(
12
  hf_token: gr.OAuthToken,
13
  ):
14
  """
15
- For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
16
  """
17
  client = InferenceClient(token=hf_token.token, model="openai/gpt-oss-20b")
18
 
 
12
  hf_token: gr.OAuthToken,
13
  ):
14
  """
15
+ hi
16
  """
17
  client = InferenceClient(token=hf_token.token, model="openai/gpt-oss-20b")
18