Spaces:
Sleeping
Sleeping
Oscar Wang
commited on
Update app.py
Browse files
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("
|
|
|
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()
|