cmckinle commited on
Commit
5268921
·
verified ·
1 Parent(s): c9dda97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from reportlab.lib.pagesizes import letter
16
  from reportlab.pdfgen import canvas
17
  from bs4 import BeautifulSoup
18
 
19
-
20
  MODEL_NAME = "cmckinle/sdxl-flux-detector_v1.1"
21
  LABELS = ["AI", "Real"]
22
 
 
16
  from reportlab.pdfgen import canvas
17
  from bs4 import BeautifulSoup
18
 
19
+ #Update
20
  MODEL_NAME = "cmckinle/sdxl-flux-detector_v1.1"
21
  LABELS = ["AI", "Real"]
22