Spaces:
Running
Running
Update random_charactor_generator.py
Browse files
random_charactor_generator.py
CHANGED
|
@@ -6,7 +6,7 @@ class RandomCharatorGeneratorTool:
|
|
| 6 |
|
| 7 |
inputs = [] # Adding an empty list for inputs
|
| 8 |
|
| 9 |
-
outputs = ["
|
| 10 |
|
| 11 |
def __call__(self, inputs: str):
|
| 12 |
API_URL = "https://randomuser.me/api/"
|
|
|
|
| 6 |
|
| 7 |
inputs = [] # Adding an empty list for inputs
|
| 8 |
|
| 9 |
+
outputs = ["json"]
|
| 10 |
|
| 11 |
def __call__(self, inputs: str):
|
| 12 |
API_URL = "https://randomuser.me/api/"
|