Spaces:
Running
Running
Update dashboard.py
Browse files- 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()
|