Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ demo = gr.Interface(
|
|
82 |
fn=predict_image,
|
83 |
inputs=gr.Image(type="pil"),
|
84 |
outputs="text",
|
85 |
-
title="Multi-Task Image Classifier Trained by Abdellahi El Moustapha
|
86 |
description="Upload an image to receive two predictions:\n1) The primary object in the image,\n2) Whether the image is AI-generated or Real."
|
87 |
)
|
88 |
|
|
|
82 |
fn=predict_image,
|
83 |
inputs=gr.Image(type="pil"),
|
84 |
outputs="text",
|
85 |
+
title="DualSight: Multi-Task Image Classifier for Content Verification Trained by Abdellahi El Moustapha",
|
86 |
description="Upload an image to receive two predictions:\n1) The primary object in the image,\n2) Whether the image is AI-generated or Real."
|
87 |
)
|
88 |
|