change files 2
Browse files- app.py +1 -1
- requirements.ttx → requirements.txt +0 -0
app.py
CHANGED
@@ -135,7 +135,7 @@ iface = gr.Interface(
|
|
135 |
inputs=gr.Image(type='filepath', label="Upload an image"), # Input: .pt file upload
|
136 |
outputs=gr.Textbox(label="Predicted Class"), # Output: Text showing predicted class
|
137 |
title="Vault Challenge 4 - DeepFool", # Title of the interface
|
138 |
-
description="Upload an image, and the model will predict the class. Try to fool the model into predicting the FLAG using DeepFool! Tips: apply DeepFool attack on the image to make the model predict it as a BAG.
|
139 |
)
|
140 |
|
141 |
# Launch the Gradio interface
|
|
|
135 |
inputs=gr.Image(type='filepath', label="Upload an image"), # Input: .pt file upload
|
136 |
outputs=gr.Textbox(label="Predicted Class"), # Output: Text showing predicted class
|
137 |
title="Vault Challenge 4 - DeepFool", # Title of the interface
|
138 |
+
description="Upload an image, and the model will predict the class. Try to fool the model into predicting the FLAG using DeepFool! Tips: apply DeepFool attack on the image to make the model predict it as a BAG."
|
139 |
)
|
140 |
|
141 |
# Launch the Gradio interface
|
requirements.ttx → requirements.txt
RENAMED
File without changes
|