cmckinle commited on
Commit
0d1ae69
·
verified ·
1 Parent(s): fc9c6c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -262,8 +262,8 @@ def create_gradio_interface():
262
  with gr.Box():
263
  # Add your note here about training:
264
  gr.HTML(
265
- """<b>Model: Newhouse AI Image Detection Model v1.0</b><br>
266
- <i>This model has been trained on flux dev, flux schnell, Stable Diffusion 1.2, SDXL, and 3.5.</i>"""
267
  )
268
  output_html = gr.HTML()
269
  output_label = gr.Label(label="Output")
@@ -294,8 +294,7 @@ def create_gradio_interface():
294
  with gr.Group():
295
  # Add the same or similar note here if you want it repeated:
296
  gr.Markdown(
297
- """### Newhouse AI Image Detection Model v1.0
298
- **This model has been trained on flux dev, flux schnell, Stable Diffusion 1.2, SDXL, and 3.5.**"""
299
  )
300
  output_acc = gr.Label(label="Accuracy")
301
  output_roc = gr.Label(label="ROC Score")
 
262
  with gr.Box():
263
  # Add your note here about training:
264
  gr.HTML(
265
+ """<b>Model: Newhouse AI Image Detection Model v1.1</b><br>
266
+ <i>This model is a fine tune on Organika/sdxl-detector, adding flux dev, flux schnell, Stable Diffusion 1,2, SDXL, and 3.5. v1.1 is further tuned on solid backgrounds</i>"""
267
  )
268
  output_html = gr.HTML()
269
  output_label = gr.Label(label="Output")
 
294
  with gr.Group():
295
  # Add the same or similar note here if you want it repeated:
296
  gr.Markdown(
297
+ """### Newhouse AI Image Detection Model v1.1"""
 
298
  )
299
  output_acc = gr.Label(label="Accuracy")
300
  output_roc = gr.Label(label="ROC Score")