Oscar Wang commited on
Commit
e1e3a6c
·
verified ·
1 Parent(s): bb5b784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ if hf_token is None:
8
  raise ValueError("Hugging Face access token not found in environment variables.")
9
 
10
  # Load the model using the access token
11
- gr.load("models/GoalZero/v1-endpoint", hf_token=hf_token).launch()
 
8
  raise ValueError("Hugging Face access token not found in environment variables.")
9
 
10
  # Load the model using the access token
11
+ gr.load("GoalZero/GoalZero-latest", hf_token=hf_token).launch()