Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,6 @@ DEFAULT_VALUES = {
|
|
198 |
}
|
199 |
|
200 |
# Create interface components
|
201 |
-
@spaces.GPU
|
202 |
with gr.Blocks(title="Controllable Conditional Super-Resolution") as demo:
|
203 |
gr.Markdown("## Controllable Conditional Super-Resolution")
|
204 |
gr.Markdown("Upload an image to enhance its resolution using CCSR.")
|
|
|
198 |
}
|
199 |
|
200 |
# Create interface components
|
|
|
201 |
with gr.Blocks(title="Controllable Conditional Super-Resolution") as demo:
|
202 |
gr.Markdown("## Controllable Conditional Super-Resolution")
|
203 |
gr.Markdown("Upload an image to enhance its resolution using CCSR.")
|