Spaces:
Runtime error
Runtime error
dalexanderch
commited on
Commit
•
3ee882a
1
Parent(s):
0fdb849
Update app.py
Browse files
app.py
CHANGED
@@ -189,7 +189,7 @@ demo = gr.Interface(
|
|
189 |
gr.Slider(value=15, minimum=0, maximum=255, step=1, label="Epsilon"),
|
190 |
],
|
191 |
outputs=[
|
192 |
-
gr.Image(label="Original Image").style(height=
|
193 |
gr.Textbox(label="Predicted class"),
|
194 |
gr.Image(label="Perturbated image").style(height=256,width=256),
|
195 |
gr.Textbox(label="Predicted class")],
|
|
|
189 |
gr.Slider(value=15, minimum=0, maximum=255, step=1, label="Epsilon"),
|
190 |
],
|
191 |
outputs=[
|
192 |
+
gr.Image(label="Original Image").style(height=256,width=256),
|
193 |
gr.Textbox(label="Predicted class"),
|
194 |
gr.Image(label="Perturbated image").style(height=256,width=256),
|
195 |
gr.Textbox(label="Predicted class")],
|