Abdu07 commited on
Commit
a6541d5
·
verified ·
1 Parent(s): d6863aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(https://abmstpha.github.io/)",
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