NadiaBedhiafi commited on
Commit
f9087cd
·
verified ·
1 Parent(s): 8b84fb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,7 +7,8 @@ from transformers import pipeline
7
 
8
  #pipe = pipeline("text-generation", model="microsoft/Phi-3-mini-128k-instruct", trust_remote_code=True)
9
 
10
- client = InferenceClient("microsoft/Phi-3-mini-128k-instruct")
 
11
 
12
 
13
  @spaces.GPU
 
7
 
8
  #pipe = pipeline("text-generation", model="microsoft/Phi-3-mini-128k-instruct", trust_remote_code=True)
9
 
10
+ #client = InferenceClient("microsoft/Phi-3-mini-128k-instruct")
11
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
12
 
13
 
14
  @spaces.GPU