Spaces:
Running
Running
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
@@ -178,7 +178,7 @@ 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 |
-
demo.load(fn=lambda: False, outputs=is_logged_in)
|
182 |
|
183 |
|
184 |
if __name__ == "__main__":
|
|
|
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__":
|