freQuensy23
commited on
Commit
•
8f7161f
1
Parent(s):
a5c1eea
Update app.py
Browse files
app.py
CHANGED
@@ -14,9 +14,6 @@ DESCRIPTION = """\
|
|
14 |
LICENSE = """Pirate license
|
15 |
"""
|
16 |
|
17 |
-
if not torch.cuda.is_available():
|
18 |
-
DESCRIPTION += ""
|
19 |
-
|
20 |
|
21 |
def generate(
|
22 |
message: str,
|
|
|
14 |
LICENSE = """Pirate license
|
15 |
"""
|
16 |
|
|
|
|
|
|
|
17 |
|
18 |
def generate(
|
19 |
message: str,
|