Spaces:
Sleeping
Sleeping
"""Entry point for the Mars Vision Leaderboard application.""" | |
from app.app import create_interface | |
def main(): | |
"""Run the Mars Vision Leaderboard application.""" | |
demo = create_interface() | |
demo.launch() | |
if __name__ == "__main__": | |
main() |