Spaces:
Runtime error
Runtime error
Nathanotal
commited on
Commit
·
06ee0af
1
Parent(s):
c97c800
Description
Browse files
app.py
CHANGED
@@ -169,8 +169,8 @@ gameInterface = gr.Interface(fn=game,
|
|
169 |
gr.Video(label='Next ten seconds'),
|
170 |
gr.Textbox(label='Transcription of next ten seconds'),
|
171 |
"state"],
|
172 |
-
title="
|
173 |
-
description="
|
174 |
)
|
175 |
|
176 |
gameInterface.launch()
|
|
|
169 |
gr.Video(label='Next ten seconds'),
|
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!"
|
174 |
)
|
175 |
|
176 |
gameInterface.launch()
|