Spaces:
Running
Running
| """HF Space entrypoint for the seevomap repository.""" | |
| from seevomap.space_backend import demo | |
| if __name__ == "__main__": | |
| demo.launch() | |
| """HF Space entrypoint for the seevomap repository.""" | |
| from seevomap.space_backend import demo | |
| if __name__ == "__main__": | |
| demo.launch() | |