Update main.py
Browse files
main.py
CHANGED
|
@@ -13,9 +13,6 @@ def send_asl():
|
|
| 13 |
def send_word():
|
| 14 |
return send_from_directory("exported", "word.tflite")
|
| 15 |
|
| 16 |
-
@app.route('/digits')
|
| 17 |
-
def send_digits():
|
| 18 |
-
return send_from_directory("exported", "digitsmodel.h5")
|
| 19 |
|
| 20 |
if (__name__ == '__main__'):
|
| 21 |
app.run( host='0.0.0.0', port=7860)
|
|
|
|
| 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)
|