Spaces:
Sleeping
Sleeping
Chris Alexiuk
commited on
Commit
·
4680565
1
Parent(s):
7ac239c
Update earnings_app.py
Browse files- earnings_app.py +1 -2
earnings_app.py
CHANGED
@@ -114,8 +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=
|
118 |
-
#artifact_url=artifact_dir
|
119 |
)
|
120 |
|
121 |
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
|
|
|
118 |
)
|
119 |
|
120 |
index = load_index_from_storage(storage_context, service_context=service_context)
|