Spaces:
Build error
Build error
danseith
commited on
Commit
·
9f0fca6
1
Parent(s):
38bdfc6
Removed TempScale class for debugging
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ unmasker = pipeline("fill-mask", model="anferico/bert-for-patents")
|
|
6 |
|
7 |
example = 'A crustless sandwich made from two slices of baked bread'
|
8 |
|
9 |
-
|
10 |
# class TempScalePipe(Pipeline):
|
11 |
# def _forward(self, model_inputs):
|
12 |
# outputs = self.model(**model_inputs)
|
|
|
6 |
|
7 |
example = 'A crustless sandwich made from two slices of baked bread'
|
8 |
|
|
|
9 |
# class TempScalePipe(Pipeline):
|
10 |
# def _forward(self, model_inputs):
|
11 |
# outputs = self.model(**model_inputs)
|