Spaces:
Running
Running
Commit
·
5153c48
1
Parent(s):
8bdb719
Update app.py
Browse files
app.py
CHANGED
@@ -71,8 +71,7 @@ Transcript: My friend Savanah is
|
|
71 |
Prediction: An elecrical engineer, A marine biologist, A classical musician
|
72 |
Transcript: I need to buy a birthday
|
73 |
Prediction: Present, Gift, Cake, Card
|
74 |
-
Transcript:
|
75 |
-
"""
|
76 |
text = PROMPT + result.text + "\nPrediction: "
|
77 |
|
78 |
openai.api_key = os.environ["Openai_APIkey"]
|
|
|
71 |
Prediction: An elecrical engineer, A marine biologist, A classical musician
|
72 |
Transcript: I need to buy a birthday
|
73 |
Prediction: Present, Gift, Cake, Card
|
74 |
+
Transcript: """
|
|
|
75 |
text = PROMPT + result.text + "\nPrediction: "
|
76 |
|
77 |
openai.api_key = os.environ["Openai_APIkey"]
|