Athspi commited on
Commit
40f59fe
·
verified ·
1 Parent(s): acddd99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -14,7 +14,6 @@ genai.configure(api_key=os.environ.get("GEMINI_API_KEY"))
14
  model = genai.GenerativeModel('gemini-1.5-flash') # Or another suitable model
15
 
16
  # Initialize the Flask app
17
- app = Flask(__name__)
18
 
19
  # Configure the upload folder
20
  UPLOAD_FOLDER = 'uploads'
 
14
  model = genai.GenerativeModel('gemini-1.5-flash') # Or another suitable model
15
 
16
  # Initialize the Flask app
 
17
 
18
  # Configure the upload folder
19
  UPLOAD_FOLDER = 'uploads'