AmanChintada2426 commited on
Commit
a6fd639
·
verified ·
1 Parent(s): 8532cb7

Update app.py

Browse files

Imported List and Dict from the 'typing' module

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import openai
6
  from dotenv import load_dotenv
7
  import os
8
  from deepgram import DeepgramClient, PrerecordedOptions
 
9
 
10
 
11
  # Load environment variables from .env file
 
6
  from dotenv import load_dotenv
7
  import os
8
  from deepgram import DeepgramClient, PrerecordedOptions
9
+ from typing import List, Dict
10
 
11
 
12
  # Load environment variables from .env file