Update app.py
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ iface = gr.Interface(
|
|
| 51 |
description="Figure out if image real or generated",
|
| 52 |
examples=[["https://huggingface.co/spaces/alfakat/RealifyAI/blob/main/examples/image00.jpg"],
|
| 53 |
["https://huggingface.co/spaces/alfakat/RealifyAI/blob/main/examples/image01.jpg"],
|
| 54 |
-
["https://huggingface.co/spaces/alfakat/RealifyAI/blob/main/examples/image02.
|
| 55 |
|
| 56 |
if __name__ == "__main__":
|
| 57 |
iface.launch()
|
|
|
|
| 51 |
description="Figure out if image real or generated",
|
| 52 |
examples=[["https://huggingface.co/spaces/alfakat/RealifyAI/blob/main/examples/image00.jpg"],
|
| 53 |
["https://huggingface.co/spaces/alfakat/RealifyAI/blob/main/examples/image01.jpg"],
|
| 54 |
+
["https://huggingface.co/spaces/alfakat/RealifyAI/blob/main/examples/image02.jpg"]])
|
| 55 |
|
| 56 |
if __name__ == "__main__":
|
| 57 |
iface.launch()
|