Spaces:
Running
Running
Update app.py
Browse files
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.
|
266 |
-
<i>This model
|
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.
|
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")
|