Spaces:
Sleeping
Sleeping
Chris Alexiuk
commited on
Commit
·
b494adf
1
Parent(s):
4680565
Update earnings_app.py
Browse files- earnings_app.py +1 -1
earnings_app.py
CHANGED
@@ -114,7 +114,7 @@ async def extract_information():
|
|
114 |
# Make sure to use a recent model that supports tools
|
115 |
|
116 |
storage_context = wandb_callback.load_storage_context(
|
117 |
-
artifact_url=artifact_dir
|
118 |
)
|
119 |
|
120 |
index = load_index_from_storage(storage_context, service_context=service_context)
|
|
|
114 |
# Make sure to use a recent model that supports tools
|
115 |
|
116 |
storage_context = wandb_callback.load_storage_context(
|
117 |
+
artifact_url=artifact_dir + "/index_store.json"
|
118 |
)
|
119 |
|
120 |
index = load_index_from_storage(storage_context, service_context=service_context)
|