Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import gradio as gr
|
|
| 4 |
import sys
|
| 5 |
|
| 6 |
# Manually set the API key here
|
| 7 |
-
api_key = "
|
| 8 |
|
| 9 |
# Check if the API key is available
|
| 10 |
if not api_key:
|
|
|
|
| 4 |
import sys
|
| 5 |
|
| 6 |
# Manually set the API key here
|
| 7 |
+
api_key = "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" # Replace with your actual API key
|
| 8 |
|
| 9 |
# Check if the API key is available
|
| 10 |
if not api_key:
|