Spaces:
Runtime error
Runtime error
Commit
·
c272058
1
Parent(s):
87737b2
app
Browse files
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:",
|
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 |
|