Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -88,9 +88,11 @@ demo = gr.Interface(
|
|
88 |
fn=predict_image,
|
89 |
inputs=gr.Image(type="pil"),
|
90 |
outputs="text",
|
91 |
-
title="Multi-Task Image Classifier Trained by [Abdellahi El Moustapha](https://abmstpha.github.io/),
|
92 |
description="Upload an image to receive two predictions:\n1) The primary object in the image,\n2) Whether the image is AI-generated or Real."
|
93 |
)
|
94 |
|
|
|
|
|
95 |
if __name__ == "__main__":
|
96 |
demo.launch(server_name="0.0.0.0", share=True)
|
|
|
88 |
fn=predict_image,
|
89 |
inputs=gr.Image(type="pil"),
|
90 |
outputs="text",
|
91 |
+
title="Multi-Task Image Classifier Trained by [Abdellahi El Moustapha](https://abmstpha.github.io/)",
|
92 |
description="Upload an image to receive two predictions:\n1) The primary object in the image,\n2) Whether the image is AI-generated or Real."
|
93 |
)
|
94 |
|
95 |
+
|
96 |
+
|
97 |
if __name__ == "__main__":
|
98 |
demo.launch(server_name="0.0.0.0", share=True)
|