Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ import re # Used for regex parsing of the URL shortcode
|
|
| 12 |
# --- Configuration ---
|
| 13 |
# Gemini API key
|
| 14 |
# IMPORTANT: Replace with your actual Gemini API Key for translation
|
| 15 |
-
GEMINI_API_KEY = "
|
| 16 |
|
| 17 |
# One-API Token for Instagram Downloader
|
| 18 |
# IMPORTANT: Replace with your token from one-api.ir
|
|
|
|
| 12 |
# --- Configuration ---
|
| 13 |
# Gemini API key
|
| 14 |
# IMPORTANT: Replace with your actual Gemini API Key for translation
|
| 15 |
+
GEMINI_API_KEY = "AIzaSyAKI92YawOKQ1-HRLmvaryMEWk_y4alJgA"
|
| 16 |
|
| 17 |
# One-API Token for Instagram Downloader
|
| 18 |
# IMPORTANT: Replace with your token from one-api.ir
|