cmckinle commited on
Commit
9e66888
·
verified ·
1 Parent(s): faca81a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -262,8 +262,8 @@ def create_gradio_interface():
262
  with gr.Group():
263
  with gr.Box():
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")
 
262
  with gr.Group():
263
  with gr.Box():
264
  gr.HTML(
265
+ """<b>Model: Newhouse AI Image Detection Model v1.1</b><br>
266
+ <i>This model has been trained on flux dev, flux schnell, Stable Diffusion 1.2, SDXL, and 3.5. The changes from 1.0 are that the model has had additional fine tuning on solid background images</i>"""
267
  )
268
  output_html = gr.HTML()
269
  output_label = gr.Label(label="Output")