Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import base64
|
| 2 |
import hashlib
|
| 3 |
import warnings
|
|
|
|
| 1 |
+
# app.py
|
| 2 |
+
# Biometric Authentication Literature Survey + Interactive Demonstration
|
| 3 |
+
# Single-file Gradio app for Hugging Face Spaces free CPU tier.
|
| 4 |
+
|
| 5 |
import base64
|
| 6 |
import hashlib
|
| 7 |
import warnings
|