HydroFlyer53 commited on
Commit
6cdac46
·
verified ·
1 Parent(s): 33cb2a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,11 +1,12 @@
1
 
2
  import gradio as gr
3
  from huggingface_hub import InferenceClient
 
4
 
5
  """
6
  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
7
  """
8
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta", token=os.environ["APIK"])
9
 
10
 
11
  def respond(
 
1
 
2
  import gradio as gr
3
  from huggingface_hub import InferenceClient
4
+ import os
5
 
6
  """
7
  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
8
  """
9
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta", hf_token=os.environ["APIK"])
10
 
11
 
12
  def respond(