Spaces:
Runtime error
Runtime error
dreamdrop-art
commited on
Commit
·
d7c31ef
1
Parent(s):
0466785
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import PIL
|
|
13 |
from PIL import Image
|
14 |
import re
|
15 |
|
16 |
-
send_prompt(prompt):
|
17 |
return prompt
|
18 |
|
19 |
def query(payload, model):
|
|
|
13 |
from PIL import Image
|
14 |
import re
|
15 |
|
16 |
+
def send_prompt(prompt):
|
17 |
return prompt
|
18 |
|
19 |
def query(payload, model):
|