Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -15,7 +15,6 @@ if is_spaces:
|
|
| 15 |
spaces_available = True
|
| 16 |
except ImportError:
|
| 17 |
pass
|
| 18 |
-
|
| 19 |
def gpu_decorator(func):
|
| 20 |
if spaces_available and GPU is not None:
|
| 21 |
return GPU(func)
|
|
|
|
| 15 |
spaces_available = True
|
| 16 |
except ImportError:
|
| 17 |
pass
|
|
|
|
| 18 |
def gpu_decorator(func):
|
| 19 |
if spaces_available and GPU is not None:
|
| 20 |
return GPU(func)
|