Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
|
|
5 |
import os
|
6 |
|
7 |
# Replace with your AssemblyAI API key
|
8 |
-
aai.settings.api_key = "
|
9 |
|
10 |
# Initialize question answering pipeline
|
11 |
question_answerer = pipeline("question-answering", model='distilbert-base-cased-distilled-squad')
|
|
|
5 |
import os
|
6 |
|
7 |
# Replace with your AssemblyAI API key
|
8 |
+
aai.settings.api_key = "62acec891bb04c339ec059b738bedac6"
|
9 |
|
10 |
# Initialize question answering pipeline
|
11 |
question_answerer = pipeline("question-answering", model='distilbert-base-cased-distilled-squad')
|