Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def clean_img(image, mask):
|
|
97 |
return image
|
98 |
|
99 |
# @spaces.GPU
|
100 |
-
@spaces.GPU(duration=
|
101 |
|
102 |
def floorplan_generation(outline, num_of_rooms):
|
103 |
new_width = 512
|
|
|
97 |
return image
|
98 |
|
99 |
# @spaces.GPU
|
100 |
+
@spaces.GPU(duration=40)
|
101 |
|
102 |
def floorplan_generation(outline, num_of_rooms):
|
103 |
new_width = 512
|