Commit ·
5f8ca9e
1
Parent(s): 02802a5
fixed error
Browse files
app.py
CHANGED
|
@@ -838,7 +838,7 @@ def minecraftify(
|
|
| 838 |
return _minecraftify_image(image, steps, guidance_scale, seed, extra_details)
|
| 839 |
|
| 840 |
|
| 841 |
-
@spaces.GPU(duration=
|
| 842 |
def _minecraftify_live_frame(
|
| 843 |
frame: Image.Image,
|
| 844 |
steps: int,
|
|
|
|
| 838 |
return _minecraftify_image(image, steps, guidance_scale, seed, extra_details)
|
| 839 |
|
| 840 |
|
| 841 |
+
@spaces.GPU(duration=240)
|
| 842 |
def _minecraftify_live_frame(
|
| 843 |
frame: Image.Image,
|
| 844 |
steps: int,
|