Chris4K's picture
Update app.py
44b9c48
Raw
History Blame Contribute Delete
171 Bytes
from transformers.tools.base import launch_gradio_demo
from random_charactor_generator import RandomCharatorGeneratorTool
launch_gradio_demo(RandomCharatorGeneratorTool)