Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def text_similarity(text):
|
|
25 |
with gr.Blocks() as demo:
|
26 |
gr.Markdown("# Guess the lyrics of the sea shanty! \n ## Each two seconds of video represents a line")
|
27 |
video=gr.PlayableVideo("final_video.mp4")
|
28 |
-
inp=gr.Textbox(placeholder="Enter lyrics of sea shanty!")
|
29 |
|
30 |
out=gr.Textbox(label="Your points")
|
31 |
inp.change(text_similarity,inp,out)
|
|
|
25 |
with gr.Blocks() as demo:
|
26 |
gr.Markdown("# Guess the lyrics of the sea shanty! \n ## Each two seconds of video represents a line")
|
27 |
video=gr.PlayableVideo("final_video.mp4")
|
28 |
+
inp=gr.Textbox(placeholder="Enter lyrics of sea shanty!",label="Prediction")
|
29 |
|
30 |
out=gr.Textbox(label="Your points")
|
31 |
inp.change(text_similarity,inp,out)
|