Chris4K's picture
Update app.py
1b025c6 verified
raw
history blame
134 Bytes
from transformers.tools.base import launch_gradio_demo
from what_time_is_it import TimeTellerTool
launch_gradio_demo(TimeTellerTool)