80cols commited on
Commit
8d3bec2
·
verified ·
1 Parent(s): e53d932

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -519,10 +519,17 @@ with demo:
519
  """
520
  )
521
 
 
 
 
 
 
 
 
522
  gr.Markdown(
523
- """
524
  <p align="center">
525
- <img width="75%" height="30%" src="https://raw.githubusercontent.com/kcelia/Img/main/fhe_anonymization_banner.png">
526
  </p>
527
  """
528
  )
 
519
  """
520
  )
521
 
522
+ # gr.Markdown(
523
+ # """
524
+ # <p align="center">
525
+ # <img width="75%" height="30%" src="https://raw.githubusercontent.com/kcelia/Img/main/fhe_anonymization_banner.png">
526
+ # </p>
527
+ # """
528
+ # )
529
  gr.Markdown(
530
+ f"""
531
  <p align="center">
532
+ <img width="75%" height="30%" src="https://huggingface.co/spaces/Tenefix/private-fhe-fraud-detection/resolve/main/Img/schema.png">
533
  </p>
534
  """
535
  )