Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mariotawfik
commited on
Commit
β’
a4af447
1
Parent(s):
198c9da
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 |
|