parass13 commited on
Commit
319d4b9
·
verified ·
1 Parent(s): 8cf7900

Update dashboard.py

Browse files
Files changed (1) hide show
  1. dashboard.py +3 -0
dashboard.py CHANGED
@@ -178,5 +178,8 @@ with gr.Blocks(theme=gr.themes.Soft(), title="VerifiAI - Deepfake Detector") as
178
  )
179
  predict_btn.click(fn=predict_image, inputs=image_input, outputs=result)
180
 
 
 
 
181
  if __name__ == "__main__":
182
  demo.launch()
 
178
  )
179
  predict_btn.click(fn=predict_image, inputs=image_input, outputs=result)
180
 
181
+ demo.load(fn=lambda: False, outputs=is_logged_in)
182
+
183
+
184
  if __name__ == "__main__":
185
  demo.launch()