postgresql-tool / app.py
romainlg's picture
Upload tool
1ac635b
Raw
History Blame Contribute Delete
123 Bytes
from transformers import launch_gradio_demo
from postgresql_tool import PostgreSQLTool
launch_gradio_demo(PostgreSQLTool)