aksj commited on
Commit
c6c9636
1 Parent(s): c8d110e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)