Nathanotal commited on
Commit
86d3a9d
1 Parent(s): 58c637d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ gameInterface = gr.Interface(fn=game,
170
  gr.Textbox(label='Transcription of next ten seconds'),
171
  "state"],
172
  title="Phrase guessing game",
173
- description="1. Paste a link to a youtube video in the \"Link to video\" box and check the checkmark \"Load new video\".\n2. Click \"Submit\". \n3. Uncheck the checkmark \"Load new video\". \n4. Listen to the first five seconds of the video. \n5. Player 1 and 2 guess what is spoken in the next 5 seconds of the video by recording it using the microphone. \n6. Click \"Submit\". \n7. See who made the best matching guess! \n9. Repeat steps 1-7. \n10. Enjoy!\nExample videos: \nhttps://www.youtube.com/watch?v=ft3A7Sc4dng\nhttps://www.youtube.com/watch?v=Xw3OloECJW8\nhttps://www.youtube.com/watch?v=7djB4_blLA4"
174
  )
175
 
176
  gameInterface.launch()
 
170
  gr.Textbox(label='Transcription of next ten seconds'),
171
  "state"],
172
  title="Phrase guessing game",
173
+ description="1. Paste a link to a youtube video in the \"Link to video\" box and check the checkmark \"Load new video\".\n2. Click \"Submit\". \n3. Uncheck the checkmark \"Load new video\". \n4. Listen to the first five seconds of the video. \n5. Player 1 and 2 guess what is spoken in the next 5 seconds of the video by recording it using the microphone. \n6. Click \"Submit\". \n7. See who made the best matching guess! \n9. Repeat steps 1-7. \n10. Enjoy!\n## Example videos: \n#### https://www.youtube.com/watch?v=ft3A7Sc4dng \n#### https://www.youtube.com/watch?v=Xw3OloECJW8 \n#### https://www.youtube.com/watch?v=7djB4_blLA4"
174
  )
175
 
176
  gameInterface.launch()