Chris4K's picture
Update app.py
3c99288
raw
history blame
153 Bytes
from transformers.tools.base import launch_gradio_demo
from text_generator import TextGenerationTool
launch_gradio_demo(TextGenerationTool, share=True)