OCR_BY_INK / start.sh
Antharee's picture
Create start.sh
7595ea7 verified
raw
history blame contribute delete
72 Bytes
#!/bin/bash
export FLASK_APP=app.py
flask run --host=0.0.0.0 --port=7860