messlav commited on
Commit
b9e1b44
·
1 Parent(s): a5f33b4

typo correct

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 clip is **Real** or **Deepfake**")
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