Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
updated text
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ if __name__ == "__main__":
|
|
254 |
### ClairVault is a **malware scanning service**, cloud-based and machine-learning enabled, that leverages fully homomorphic encryption (FHE) to securely scan files without seeing your data.
|
255 |
"""
|
256 |
)
|
257 |
-
|
258 |
gr.Markdown("## π¨ The Problem")
|
259 |
gr.Markdown(
|
260 |
"""
|
|
|
254 |
### ClairVault is a **malware scanning service**, cloud-based and machine-learning enabled, that leverages fully homomorphic encryption (FHE) to securely scan files without seeing your data.
|
255 |
"""
|
256 |
)
|
257 |
+
gr.Markdown("Note: This is a demonstration. Please do not rely on the prediction of this app to judge if an executable or any file is potentially harmful. Do not upload harmful executables on purpose.")
|
258 |
gr.Markdown("## π¨ The Problem")
|
259 |
gr.Markdown(
|
260 |
"""
|