Download this file
1 2 3 4 5 6
from DigiPathAI.main_server import app if __name__ == "__main__": app.config['SLIDE_DIR'] = 'examples' app.viewer_only = True app.run()