stable-diffusion-ai commited on
Commit
6336d55
·
verified ·
1 Parent(s): 2ee0177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -28,12 +28,13 @@ project_details_HTML = '''<!DOCTYPE html>
28
  <head>
29
  <meta charset="UTF-8">
30
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
31
- <title>Project Summary</title>
32
  <style>
33
  body {
34
  font-family: Arial, sans-serif;
35
  line-height: 1.6;
36
  margin: 20px;
 
37
  }
38
 
39
  h2 {
@@ -81,14 +82,6 @@ project_details_HTML = '''<!DOCTYPE html>
81
  Used transfer learning to build a Neural Network on top of BERT, the model had 23,63,137 trainable parameters, where BERT's parameters were not trainable.
82
  </p>
83
 
84
- <p>
85
- Refer to the image below for more architectural details:
86
- </p>
87
-
88
- <figure>
89
- <img src="https://huggingface.co/spaces/yugamj/AI_text_detector_01/resolve/main/model.png" alt="AI text detection model Architecture" style="width: 444.74px; height: 664.50px; border: 2.67px solid #000000; margin-left: 0.00px; margin-top: 0.00px; transform: rotate(0.00rad) translateZ(0px); -webkit-transform: rotate(0.00rad) translateZ(0px);">>
90
- <figcaption>Fig: AI text detection model Architecture</figcaption>
91
- </figure>
92
 
93
  </body>
94
  </html>
 
28
  <head>
29
  <meta charset="UTF-8">
30
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
31
+ <title>Chat GPT detector</title>
32
  <style>
33
  body {
34
  font-family: Arial, sans-serif;
35
  line-height: 1.6;
36
  margin: 20px;
37
+ width: 80%;
38
  }
39
 
40
  h2 {
 
82
  Used transfer learning to build a Neural Network on top of BERT, the model had 23,63,137 trainable parameters, where BERT's parameters were not trainable.
83
  </p>
84
 
 
 
 
 
 
 
 
 
85
 
86
  </body>
87
  </html>