Spaces:
Sleeping
Sleeping
Update earnings_app.py
Browse files- earnings_app.py +3 -2
earnings_app.py
CHANGED
|
@@ -114,9 +114,10 @@ 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="rlpeter70/
|
|
|
|
| 118 |
)
|
| 119 |
-
|
| 120 |
index = load_index_from_storage(storage_context, service_context=service_context)
|
| 121 |
|
| 122 |
def auto_retrieve_fn(
|
|
|
|
| 114 |
# Make sure to use a recent model that supports tools
|
| 115 |
|
| 116 |
storage_context = wandb_callback.load_storage_context(
|
| 117 |
+
artifact_url="rlpeter70/uncategorized/earnings-index:v0"
|
| 118 |
+
#artifact_url=artifact_dir
|
| 119 |
)
|
| 120 |
+
|
| 121 |
index = load_index_from_storage(storage_context, service_context=service_context)
|
| 122 |
|
| 123 |
def auto_retrieve_fn(
|