Spaces:
Running
on
Zero
Running
on
Zero
NightRaven109
commited on
Commit
•
3f35512
1
Parent(s):
af44365
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def initialize_models():
|
|
79 |
return False
|
80 |
|
81 |
@torch.no_grad() # Add no_grad decorator for inference
|
82 |
-
@spaces.GPU
|
83 |
def process_image(
|
84 |
input_image,
|
85 |
prompt="clean, texture, high-resolution, 8k",
|
|
|
79 |
return False
|
80 |
|
81 |
@torch.no_grad() # Add no_grad decorator for inference
|
82 |
+
@spaces.GPU
|
83 |
def process_image(
|
84 |
input_image,
|
85 |
prompt="clean, texture, high-resolution, 8k",
|