Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
|
|
40 |
|
41 |
|
42 |
model.fit(x_train, y_train, epochs=5)
|
43 |
-
test_loss, test_acc = model.evaluate(x_test, y_test, verbose=2)
|
44 |
|
45 |
print "Test accuracy: ", test_acc
|
46 |
|
|
|
40 |
|
41 |
|
42 |
model.fit(x_train, y_train, epochs=5)
|
43 |
+
test_loss, test_acc = model.evaluate(x_test, y_test, verbose=2)
|
44 |
|
45 |
print "Test accuracy: ", test_acc
|
46 |
|