vdprabhu commited on
Commit
ad514b8
·
1 Parent(s): b844f11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ REVERSE = True
98
  MAXLEN = DIGITS + 1 + DIGITS
99
 
100
  # Model
101
- model = from_pretrained_keras("vdprabhu/addition-lstm")
102
 
103
  ## -- GRADIO SETUP -- ##
104
  inputs = [gr.Textbox(), gr.Textbox()]
 
98
  MAXLEN = DIGITS + 1 + DIGITS
99
 
100
  # Model
101
+ model = from_pretrained_keras("keras-io/addition-lstm")
102
 
103
  ## -- GRADIO SETUP -- ##
104
  inputs = [gr.Textbox(), gr.Textbox()]