Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from aura_sr import AuraSR
|
|
| 8 |
import spaces
|
| 9 |
|
| 10 |
# Load the AuraSR model
|
| 11 |
-
aura_sr = AuraSR.from_pretrained("fal-ai/AuraSR")
|
| 12 |
|
| 13 |
@spaces.GPU
|
| 14 |
def process_image(input_image):
|
|
|
|
| 8 |
import spaces
|
| 9 |
|
| 10 |
# Load the AuraSR model
|
| 11 |
+
aura_sr = AuraSR.from_pretrained("fal-ai/AuraSR").to("cuda")
|
| 12 |
|
| 13 |
@spaces.GPU
|
| 14 |
def process_image(input_image):
|