Spaces:
Sleeping
Sleeping
typo correct
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def hide_results():
|
|
54 |
|
55 |
|
56 |
with gr.Blocks() as demo:
|
57 |
-
gr.Markdown("# Deepfake Game\nDecide whether each
|
58 |
state = gr.State(start_game())
|
59 |
video_box = gr.Video(label="Video", interactive=False)
|
60 |
|
|
|
54 |
|
55 |
|
56 |
with gr.Blocks() as demo:
|
57 |
+
gr.Markdown("# Deepfake Game\nDecide whether each verification is **Real** or **Deepfake**")
|
58 |
state = gr.State(start_game())
|
59 |
video_box = gr.Video(label="Video", interactive=False)
|
60 |
|