Update main.py
Browse files
main.py
CHANGED
|
@@ -13,6 +13,5 @@ def send_asl():
|
|
| 13 |
def send_word():
|
| 14 |
return send_from_directory("exported", "word.tflite")
|
| 15 |
|
| 16 |
-
|
| 17 |
if (__name__ == '__main__'):
|
| 18 |
-
app.run( host='0.0.0.0', port=7860)
|
|
|
|
| 13 |
def send_word():
|
| 14 |
return send_from_directory("exported", "word.tflite")
|
| 15 |
|
|
|
|
| 16 |
if (__name__ == '__main__'):
|
| 17 |
+
app.run( host='0.0.0.0', port=7860)
|