Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ REVERSE = True
|
|
98 |
MAXLEN = DIGITS + 1 + DIGITS
|
99 |
|
100 |
# Model
|
101 |
-
model = from_pretrained_keras("
|
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()]
|