Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import spaces
|
|
6 |
@spaces.GPU(duration=120)
|
7 |
def gradio_upscale(image):
|
8 |
"""η»εγεθ»’γγγι’ζ°"""
|
9 |
-
return
|
10 |
|
11 |
|
12 |
|
|
|
6 |
@spaces.GPU(duration=120)
|
7 |
def gradio_upscale(image):
|
8 |
"""η»εγεθ»’γγγι’ζ°"""
|
9 |
+
return upscale_image.execute(Image)
|
10 |
|
11 |
|
12 |
|