Firefly777a commited on
Commit
5153c48
·
1 Parent(s): 8bdb719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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"]