Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -82,9 +82,10 @@ demo = gr.Interface(
|
|
82 |
fn=predict_image,
|
83 |
inputs=gr.Image(type="pil"),
|
84 |
outputs="text",
|
85 |
-
title="Multi-Task Image Classifier",
|
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 |
|
|
|
89 |
if __name__ == "__main__":
|
90 |
demo.launch(server_name="0.0.0.0", share=True)
|
|
|
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 |
|
89 |
+
|
90 |
if __name__ == "__main__":
|
91 |
demo.launch(server_name="0.0.0.0", share=True)
|