Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,9 +58,6 @@ def recognize_user(image):
|
|
58 |
return f"Recognized User: {recognized_user_id}"
|
59 |
except Exception as e:
|
60 |
return f"Error during recognition: {str(e)}"
|
61 |
-
|
62 |
-
def main():
|
63 |
-
# ... (rest of your Gradio setup code)
|
64 |
|
65 |
|
66 |
def main():
|
|
|
58 |
return f"Recognized User: {recognized_user_id}"
|
59 |
except Exception as e:
|
60 |
return f"Error during recognition: {str(e)}"
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
def main():
|