Back to production
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ AK = "A:"
|
|
16 |
|
17 |
class TextGeneration:
|
18 |
def __init__(self):
|
19 |
-
self.debug =
|
20 |
self.dummy_output = "Destiny's Child"
|
21 |
self.tokenizer = None
|
22 |
self.model = None
|
|
|
16 |
|
17 |
class TextGeneration:
|
18 |
def __init__(self):
|
19 |
+
self.debug = False
|
20 |
self.dummy_output = "Destiny's Child"
|
21 |
self.tokenizer = None
|
22 |
self.model = None
|