Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ st.markdown("---")
|
|
68 |
|
69 |
# Constants
|
70 |
UPLOAD_DIR = "uploaded_files"
|
71 |
-
NVIDIA_API_KEY = "nvapi-
|
72 |
|
73 |
# Create upload directory if it doesn't exist
|
74 |
if not os.path.exists(UPLOAD_DIR):
|
|
|
68 |
|
69 |
# Constants
|
70 |
UPLOAD_DIR = "uploaded_files"
|
71 |
+
NVIDIA_API_KEY = "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" # Store API key securely"
|
72 |
|
73 |
# Create upload directory if it doesn't exist
|
74 |
if not os.path.exists(UPLOAD_DIR):
|