Spaces:
Runtime error
Runtime error
Commit ·
60873be
1
Parent(s): 8a4cad7
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import openai
|
|
| 2 |
import gradio
|
| 3 |
|
| 4 |
# Initialize OpenAI API credentials
|
| 5 |
-
openai.api_key = "
|
| 6 |
|
| 7 |
# Load the text-to-image generation model
|
| 8 |
model_path = "models/dreamlike-art/dreamlike-photoreal-2.0"
|
|
|
|
| 2 |
import gradio
|
| 3 |
|
| 4 |
# Initialize OpenAI API credentials
|
| 5 |
+
openai.api_key = "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"
|
| 6 |
|
| 7 |
# Load the text-to-image generation model
|
| 8 |
model_path = "models/dreamlike-art/dreamlike-photoreal-2.0"
|