Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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;'>
|
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():
|