Jannat24 commited on
Commit
20aea05
·
verified ·
1 Parent(s): 4ad0665
Files changed (1) hide show
  1. app.py +2 -2
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 = [["./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(debug=True)
 
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()