Spaces:
Runtime error
Runtime error
Nathanotal
commited on
Commit
•
c876888
1
Parent(s):
86d3a9d
broken links
Browse files
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!\n## Example videos: \n#### https://www.youtube.com/watch?v=ft3A7Sc4dng \n#### https://www.youtube.com/watch?v=
|
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=jSTt1mYnRYk \n#### https://www.youtube.com/watch?v=7djB4_blLA4"
|
174 |
)
|
175 |
|
176 |
gameInterface.launch()
|