Spaces:
Runtime error
Runtime error
mikaelbhai
commited on
Commit
•
09e61f6
1
Parent(s):
e29b7f3
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
|
|
4 |
import numpy as np
|
5 |
|
6 |
# Replace with your Dream API key
|
7 |
-
api_key =
|
8 |
|
9 |
def generate_image(prompt):
|
10 |
# Set up the request headers
|
|
|
4 |
import numpy as np
|
5 |
|
6 |
# Replace with your Dream API key
|
7 |
+
api_key = 'sk-CED85fi0ZhUDMWg4GvFQ5k53o7yoL7WOaPyPQcb8zPi7eDGi'
|
8 |
|
9 |
def generate_image(prompt):
|
10 |
# Set up the request headers
|