hotchpotch's picture
feat: add gradio ui tooling and docs
28ba75f
Raw
History Blame Contribute Delete
141 Bytes
from __future__ import annotations
def main() -> None:
print("Hello from open-provence-demo!")
if __name__ == "__main__":
main()