Chris4K commited on
Commit
7ad917c
·
verified ·
1 Parent(s): c23ae4e

Update random_charactor_generator.py

Browse files
Files changed (1) hide show
  1. random_charactor_generator.py +1 -1
random_charactor_generator.py CHANGED
@@ -8,7 +8,7 @@ class RandomCharatorGeneratorTool(Tool):
8
 
9
  inputs = ["text"] # Adding an empty list for inputs
10
 
11
- outputs = ["json"]
12
 
13
 
14
  def __init__(self, device=None, **hub_kwargs) -> None:
 
8
 
9
  inputs = ["text"] # Adding an empty list for inputs
10
 
11
+ outputs = ["html"]
12
 
13
 
14
  def __init__(self, device=None, **hub_kwargs) -> None: