Spaces:
Runtime error
Runtime error
dalexanderch
commited on
Commit
•
c7b4c51
1
Parent(s):
8169eb5
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ Y_test_cifar10 = np_utils.to_categorical(Y_test_cifar10, nb_classes)
|
|
182 |
demo = gr.Interface(
|
183 |
fn=fn,
|
184 |
allow_flagging="never",
|
185 |
-
title="Adversarial attack
|
186 |
description="A random image from the chosen dataset will be perturbated with the chosen attack type and both the original image and the perturbated image will be displayed.",
|
187 |
inputs=[
|
188 |
gr.Radio(choices=["MNIST", "CIFAR10"], label="Pick a dataset"),
|
|
|
182 |
demo = gr.Interface(
|
183 |
fn=fn,
|
184 |
allow_flagging="never",
|
185 |
+
title="Adversarial attack demonstration",
|
186 |
description="A random image from the chosen dataset will be perturbated with the chosen attack type and both the original image and the perturbated image will be displayed.",
|
187 |
inputs=[
|
188 |
gr.Radio(choices=["MNIST", "CIFAR10"], label="Pick a dataset"),
|