mariotawfik commited on
Commit
a4af447
β€’
1 Parent(s): 198c9da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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