[5bd30d]: / wsgi.py

Download this file

7 lines (5 with data), 149 Bytes

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()