darpanaswal commited on
Commit
3bc4713
·
verified ·
1 Parent(s): 6dd78c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ def predict(image, brightness, contrast, hue, overlay_image, alpha, adversarial_
261
 
262
  # Gradio Interface
263
  with gr.Blocks() as interface:
264
- gr.Markdown("<h2 style='text-align: center;'>CIFAR-10 Classifier with Adversarial Attacks</h2>")
265
 
266
  with gr.Row():
267
  with gr.Column():
 
261
 
262
  # Gradio Interface
263
  with gr.Blocks() as interface:
264
+ gr.Markdown("<h2 style='text-align: center;'>ResNet Classifier with Adversarial Attacks</h2>")
265
 
266
  with gr.Row():
267
  with gr.Column():