Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ gr.Interface(
|
|
| 82 |
outputs=[output_text],
|
| 83 |
title="Detect AI-generated Image",
|
| 84 |
description=(
|
| 85 |
-
"Upload an art image From 6 websites, collecting data from this to detect if it's AI-generated or a real image.\n\n"
|
| 86 |
"### Main Dataset Used:\n"
|
| 87 |
"- [AI-generated Images vs Real Images (Kaggle)](https://www.kaggle.com/datasets/tristanzhang32/ai-generated-images-vs-real-images)\n\n"
|
| 88 |
"**Fake Images Collected From:**\n"
|
|
@@ -90,8 +90,8 @@ gr.Interface(
|
|
| 90 |
"- 10,000 from [MidJourney (Imagine.Art)](https://www.imagine.art)\n"
|
| 91 |
"- 10,000 from [DALL路E (OpenAI)](https://openai.com/dall-e-2)\n\n"
|
| 92 |
"**Real Images Collected From:**\n"
|
| 93 |
-
"- 7,500 from [WikiArt](https://www.wikiart.org)\n"
|
| 94 |
-
"- 22,500 from [Pexels](https://www.pexels.com) and [Unsplash](https://unsplash.com)\n"
|
| 95 |
|
| 96 |
),
|
| 97 |
theme="default"
|
|
|
|
| 82 |
outputs=[output_text],
|
| 83 |
title="Detect AI-generated Image",
|
| 84 |
description=(
|
| 85 |
+
"Upload an art image From 6 websites, collecting data from this to detect if it's AI-generated or a real image. take care image jpg or png only.\n\n"
|
| 86 |
"### Main Dataset Used:\n"
|
| 87 |
"- [AI-generated Images vs Real Images (Kaggle)](https://www.kaggle.com/datasets/tristanzhang32/ai-generated-images-vs-real-images)\n\n"
|
| 88 |
"**Fake Images Collected From:**\n"
|
|
|
|
| 90 |
"- 10,000 from [MidJourney (Imagine.Art)](https://www.imagine.art)\n"
|
| 91 |
"- 10,000 from [DALL路E (OpenAI)](https://openai.com/dall-e-2)\n\n"
|
| 92 |
"**Real Images Collected From:**\n"
|
| 93 |
+
"- 7,500 from [WikiArt](https://www.wikiart.org)\n"
|
| 94 |
+
"- 22,500 from [Pexels](https://www.pexels.com) and [Unsplash but take care image jpg or png only ](https://unsplash.com)\n"
|
| 95 |
|
| 96 |
),
|
| 97 |
theme="default"
|