Spaces:
Runtime error
Runtime error
prepare for a final big run
Browse files- src/summarize.py +1 -1
src/summarize.py
CHANGED
@@ -82,7 +82,7 @@ if __name__ == "__main__":
|
|
82 |
)
|
83 |
|
84 |
# get scraped data
|
85 |
-
df = get_data(artifact_name=config.yt_podcast_data_artifact
|
86 |
|
87 |
summaries = []
|
88 |
with get_openai_callback() as cb:
|
|
|
82 |
)
|
83 |
|
84 |
# get scraped data
|
85 |
+
df = get_data(artifact_name=config.yt_podcast_data_artifact)
|
86 |
|
87 |
summaries = []
|
88 |
with get_openai_callback() as cb:
|