Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,6 @@ import sys
|
|
3 |
sys.stdout.reconfigure(line_buffering=True)
|
4 |
|
5 |
from pipeline import app
|
6 |
-
if __name__ == '__main__':
|
7 |
|
8 |
-
|
|
|
|
3 |
sys.stdout.reconfigure(line_buffering=True)
|
4 |
|
5 |
from pipeline import app
|
|
|
6 |
|
7 |
+
if __name__ == '__main__':
|
8 |
+
app.run(host='0.0.0.0', port=7860)
|