Spaces:
Runtime error
Runtime error
haoning.wu
commited on
Commit
·
cb26eb3
1
Parent(s):
8074caa
fix
Browse files
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)"
|
| 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.")
|