osamaifti commited on
Commit
c528c56
·
1 Parent(s): a121a30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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():