Bayhaqy commited on
Commit
17e7bb2
·
1 Parent(s): de3e0a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ USER_NAME = os.environ.get("USER_NAME", None)
10
  APP_PASSWORD = os.environ.get("APP_PASSWORD", None)
11
 
12
  # Define the model URL using the model_name
13
- model_url = 'https://api-inference.huggingface.co/models/h2oai/h2ogpt-16k-codellama-34b-instruct'
14
 
15
  # Create the InferenceClient
16
  client = InferenceClient(model_url, headers={"Authorization": f"Bearer {HF_TOKEN}"})
 
10
  APP_PASSWORD = os.environ.get("APP_PASSWORD", None)
11
 
12
  # Define the model URL using the model_name
13
+ model_url = 'https://api-inference.huggingface.co/models/google/flan-t5-small'
14
 
15
  # Create the InferenceClient
16
  client = InferenceClient(model_url, headers={"Authorization": f"Bearer {HF_TOKEN}"})