Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ def convert_to_base64(pil_image):
|
|
| 135 |
return temp_file.name
|
| 136 |
|
| 137 |
# Inference function
|
| 138 |
-
@spaces.GPU
|
| 139 |
def inference(
|
| 140 |
control_image: Image.Image,
|
| 141 |
prompt: str,
|
|
|
|
| 135 |
return temp_file.name
|
| 136 |
|
| 137 |
# Inference function
|
| 138 |
+
@spaces.GPU
|
| 139 |
def inference(
|
| 140 |
control_image: Image.Image,
|
| 141 |
prompt: str,
|