LOOFYYLO's picture
Upload app.py with huggingface_hub
1ba4b70 verified
raw
history blame contribute delete
149 Bytes
from tgi.tgi_app import SovereignWebInterface
if __name__ == "__main__":
ui = SovereignWebInterface()
app = ui.launch_ui()
app.launch()