Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -308,7 +308,7 @@ if __name__ == "__main__":
|
|
308 |
gr.Markdown(
|
309 |
"Upload a file you want to scan for malware. ClairVault will encrypt it locally before sending it to the cloud."
|
310 |
)
|
311 |
-
file_input = gr.File(label="Upload a file:", file_count = "single")
|
312 |
|
313 |
gr.Markdown("# 📥 Step 3: Extract executable file features")
|
314 |
|
|
|
308 |
gr.Markdown(
|
309 |
"Upload a file you want to scan for malware. ClairVault will encrypt it locally before sending it to the cloud."
|
310 |
)
|
311 |
+
file_input = gr.File(label="Upload a file:", file_count = "single", value="./smallexe64.exe")
|
312 |
|
313 |
gr.Markdown("# 📥 Step 3: Extract executable file features")
|
314 |
|