dalexanderch commited on
Commit
7f64e97
1 Parent(s): d94abc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ 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. The Epsilon parameter controls the aggressiveness of the attack.",
187
  inputs=[
188
  gr.Radio(choices=["MNIST", "CIFAR10"], label="Dataset", value="MNIST"),
189
  gr.Radio(choices=["FGSM", "I-FGSM", "I-LL-FGSM"], label="Attack", value="FGSM"),
 
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. The epsilon parameter controls the aggressiveness of the attack.",
187
  inputs=[
188
  gr.Radio(choices=["MNIST", "CIFAR10"], label="Dataset", value="MNIST"),
189
  gr.Radio(choices=["FGSM", "I-FGSM", "I-LL-FGSM"], label="Attack", value="FGSM"),