isitcoding commited on
Commit
3ee13a4
·
verified ·
1 Parent(s): 240b3ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
11
  client = InferenceClient(model="isitcoding/gpt2_120_finetuned")
12
 
13
  # Initialize a text generation pipeline using Hugging Face's transformer
14
- generator = pipeline('text-generation', model='HuggingFaceH4/zephyr-7b-beta')
15
 
16
  def respond(message, history: list[tuple[str, str]]):
17
  """
 
11
  client = InferenceClient(model="isitcoding/gpt2_120_finetuned")
12
 
13
  # Initialize a text generation pipeline using Hugging Face's transformer
14
+ generator = pipeline('text-generation', model=client)
15
 
16
  def respond(message, history: list[tuple[str, str]]):
17
  """