ziyadsuper2017 commited on
Commit
23ed2c1
1 Parent(s): 94fea6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ import base64
5
  import uuid
6
  from gtts import gTTS
7
  import google.generativeai as genai
 
 
8
 
9
  # Set your API key
10
  api_key = "AIzaSyC70u1sN87IkoxOoIj4XCAPw97ae2LZwNM" # Replace with your actual API key
 
5
  import uuid
6
  from gtts import gTTS
7
  import google.generativeai as genai
8
+ from io import BytesIO # Import BytesIO
9
+
10
 
11
  # Set your API key
12
  api_key = "AIzaSyC70u1sN87IkoxOoIj4XCAPw97ae2LZwNM" # Replace with your actual API key