haoning.wu commited on
Commit
cb26eb3
1 Parent(s): 8074caa
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ title_markdown = ("""
111
 
112
 
113
  input_img = gr.Image(type='pil', label="Upload an Image")
114
- input_vid = gr.Video(label="Upload a Video (will INGORE the image if a video is uploaded)", info="If a video is uploaded, the image uploaded will be ignored.")
115
 
116
  labels = gr.Label(label="Probabilities of rating levels:")
117
  number = gr.Number(label="Output score:", info="Range in [1,5]. Higher is better.")
 
111
 
112
 
113
  input_img = gr.Image(type='pil', label="Upload an Image")
114
+ input_vid = gr.Video(label="Upload a Video (will INGORE the image if a video is uploaded)")
115
 
116
  labels = gr.Label(label="Probabilities of rating levels:")
117
  number = gr.Number(label="Output score:", info="Range in [1,5]. Higher is better.")