nightfury commited on
Commit
d56c43b
·
verified ·
1 Parent(s): 1b43c3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def predict(input_image:Image.Image, true_label:str):
94
 
95
  title = "Deepfake Image Detection"
96
  description = "~ AI - ML implementation for fake and real image detection technics."
97
- article = "<p style='text-align: center'>by Dushyantsinh Jadeja</p>"
98
 
99
  interface = gr.Interface(
100
  fn=predict,
 
94
 
95
  title = "Deepfake Image Detection"
96
  description = "~ AI - ML implementation for fake and real image detection technics."
97
+ article = "<p style='text-align: center'>...</p>"
98
 
99
  interface = gr.Interface(
100
  fn=predict,