Spaces:
Sleeping
Sleeping
Update earnings_app.py
Browse files- earnings_app.py +1 -1
earnings_app.py
CHANGED
@@ -109,7 +109,7 @@ async def extract_information():
|
|
109 |
# Make sure to use a recent model that supports tools
|
110 |
|
111 |
storage_context = wandb_callback.load_storage_context(
|
112 |
-
artifact_url="
|
113 |
)
|
114 |
|
115 |
index = load_index_from_storage(storage_context, service_context=service_context)
|
|
|
109 |
# Make sure to use a recent model that supports tools
|
110 |
|
111 |
storage_context = wandb_callback.load_storage_context(
|
112 |
+
artifact_url="rlpeter70/final-project-v1/earnings-index:v0"
|
113 |
)
|
114 |
|
115 |
index = load_index_from_storage(storage_context, service_context=service_context)
|