Emeritus-21 commited on
Commit
7b925bc
·
verified ·
1 Parent(s): 5fe70dd

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
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)