Chris4K's picture
Update app.py
44b9c48
raw
history blame contribute delete
No virus
171 Bytes
from transformers.tools.base import launch_gradio_demo
from random_charactor_generator import RandomCharatorGeneratorTool
launch_gradio_demo(RandomCharatorGeneratorTool)