Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ def predict(dict, prompt):
|
|
| 43 |
|
| 44 |
image_base64_file = convert_image_to_base64_string(init_image)
|
| 45 |
|
| 46 |
-
gen_img = api_call(image_base64_file
|
| 47 |
|
| 48 |
return gen_img
|
| 49 |
|
|
|
|
| 43 |
|
| 44 |
image_base64_file = convert_image_to_base64_string(init_image)
|
| 45 |
|
| 46 |
+
gen_img = api_call(image_base64_file)
|
| 47 |
|
| 48 |
return gen_img
|
| 49 |
|