mariotawfik commited on
Commit
c272058
·
1 Parent(s): 87737b2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,7 +302,7 @@ if __name__ == "__main__":
302
  gr.Markdown(
303
  "Upload a file you want to scan for malware. ClairVault will encrypt it locally before sending it to the cloud."
304
  )
305
- file_input = gr.File(label="Upload a file:", live=True, file_count = "single")
306
 
307
  gr.Markdown("# 📥 Step 3: Extract executable file features")
308
 
 
302
  gr.Markdown(
303
  "Upload a file you want to scan for malware. ClairVault will encrypt it locally before sending it to the cloud."
304
  )
305
+ file_input = gr.File(label="Upload a file:", file_count = "single")
306
 
307
  gr.Markdown("# 📥 Step 3: Extract executable file features")
308