Spaces:
Runtime error
Runtime error
attempt at fix
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import torch
|
|
4 |
from pipelines.pipeline import InferencePipeline
|
5 |
import time
|
6 |
|
7 |
-
|
8 |
class ChaplinGradio:
|
9 |
def __init__(self):
|
10 |
self.device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
|
4 |
from pipelines.pipeline import InferencePipeline
|
5 |
import time
|
6 |
|
|
|
7 |
class ChaplinGradio:
|
8 |
def __init__(self):
|
9 |
self.device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|