Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"])
|