GoodML commited on
Commit
c6d0876
·
verified ·
1 Parent(s): bebf310

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -35,9 +35,9 @@ GEMINI_API_ENDPOINT = "https://generativelanguage.googleapis.com/v1beta/models/g
35
  GEMINI_API_KEY = API_KEY
36
 
37
  # Load Whisper AI model at startup
38
- print("Loading Whisper AI model..., ANIKET")
39
- whisper_model = whisper.load_model("base") # Choose model size: tiny, base, small, medium, large
40
- print("Whisper AI model loaded successfully, ANIKET")
41
 
42
 
43
  @app.route("/", methods=["GET"])
 
35
  GEMINI_API_KEY = API_KEY
36
 
37
  # Load Whisper AI model at startup
38
+ # print("Loading Whisper AI model..., ANIKET")
39
+ # whisper_model = whisper.load_model("base") # Choose model size: tiny, base, small, medium, large
40
+ # print("Whisper AI model loaded successfully, ANIKET")
41
 
42
 
43
  @app.route("/", methods=["GET"])