Spaces:
Running
Running
Update app.py
Browse files
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.
|
266 |
-
<i>This model has been trained on flux dev, flux schnell, Stable Diffusion 1.2, SDXL, and 3.5
|
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")
|