up4
Browse files
app.py
CHANGED
@@ -207,10 +207,10 @@ interface = gr.Interface(
|
|
207 |
#gr.Image(type="pil", label="Deepfake Image"),
|
208 |
gr.Number(label="Reconstruction Loss")
|
209 |
],
|
210 |
-
examples = [
|
211 |
theme = gr.themes.Soft(),
|
212 |
title="Uncovering Deepfake Image",
|
213 |
description="Upload an image.",
|
214 |
)
|
215 |
|
216 |
-
interface.launch(
|
|
|
207 |
#gr.Image(type="pil", label="Deepfake Image"),
|
208 |
gr.Number(label="Reconstruction Loss")
|
209 |
],
|
210 |
+
examples = ["./df1.jpg","./df2.jpg","./df3.jpg","./df4.jpg"],
|
211 |
theme = gr.themes.Soft(),
|
212 |
title="Uncovering Deepfake Image",
|
213 |
description="Upload an image.",
|
214 |
)
|
215 |
|
216 |
+
interface.launch()
|