Spaces:
Runtime error
Runtime error
Commit
·
c470160
1
Parent(s):
8cd08df
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ model_path = "models/dreamlike-art/dreamlike-photoreal-2.0"
|
|
| 10 |
model_prefix = "nsfw, photoreal style"
|
| 11 |
model = gr.Interface.load(model_path)
|
| 12 |
|
| 13 |
-
base_prompt = "
|
| 14 |
|
| 15 |
|
| 16 |
# Define the OpenAI prompt completion function
|
|
|
|
| 10 |
model_prefix = "nsfw, photoreal style"
|
| 11 |
model = gr.Interface.load(model_path)
|
| 12 |
|
| 13 |
+
base_prompt = "limit is 36 words"
|
| 14 |
|
| 15 |
|
| 16 |
# Define the OpenAI prompt completion function
|