Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,5 +31,5 @@ def predict(img):
|
|
| 31 |
title = "Variational-Autoencoder-on-MNIST "
|
| 32 |
description = "TO DO"
|
| 33 |
examples = ["original_5.png", "original_8.png"]
|
| 34 |
-
gr.Interface(fn=predict, inputs = gr.inputs.Image(), outputs= gr.
|
| 35 |
examples=examples, title=title, description=description).launch(inline=False)
|
|
|
|
| 31 |
title = "Variational-Autoencoder-on-MNIST "
|
| 32 |
description = "TO DO"
|
| 33 |
examples = ["original_5.png", "original_8.png"]
|
| 34 |
+
gr.Interface(fn=predict, inputs = gr.inputs.Image(), outputs= gr.Gallery(),
|
| 35 |
examples=examples, title=title, description=description).launch(inline=False)
|