Spaces:
Runtime error
Runtime error
Update random_charactor_generator.py
Browse files
random_charactor_generator.py
CHANGED
@@ -32,7 +32,7 @@ class RandomCharatorGeneratorTool:
|
|
32 |
|
33 |
self.is_initialized = True
|
34 |
|
35 |
-
def __call__(self, prompt):
|
36 |
if not self.is_initialized:
|
37 |
self.setup()
|
38 |
|
|
|
32 |
|
33 |
self.is_initialized = True
|
34 |
|
35 |
+
def __call__(self, prompt:str):
|
36 |
if not self.is_initialized:
|
37 |
self.setup()
|
38 |
|