Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,6 @@ demo = gr.Interface(generate_image,
|
|
27 |
title="VAE running on Fashion MNIST",
|
28 |
description=".",
|
29 |
article="...",
|
30 |
-
|
31 |
)
|
32 |
demo.launch()
|
|
|
27 |
title="VAE running on Fashion MNIST",
|
28 |
description=".",
|
29 |
article="...",
|
30 |
+
flagging_mode='never'
|
31 |
)
|
32 |
demo.launch()
|