Spaces:
Runtime error
Runtime error
Commit
·
6e93a54
1
Parent(s):
70dce8a
Update app.py
Browse files
app.py
CHANGED
@@ -121,8 +121,7 @@ def get_data(text):
|
|
121 |
return results
|
122 |
|
123 |
def send_to_img2img_def(image):
|
124 |
-
|
125 |
-
return result
|
126 |
|
127 |
def send_to_txt2img(image):
|
128 |
|
|
|
121 |
return results
|
122 |
|
123 |
def send_to_img2img_def(image):
|
124 |
+
return image
|
|
|
125 |
|
126 |
def send_to_txt2img(image):
|
127 |
|