Spaces:
Running
on
L4
Running
on
L4
Commit
·
0378cfc
1
Parent(s):
eaf3a91
Update wording
Browse files- evaluate_demo.py +1 -4
evaluate_demo.py
CHANGED
@@ -135,15 +135,12 @@ with gr.Blocks(title="NeuS-V: Neuro-Symbolic Evaluation of Text-to-Video Models"
|
|
135 |
"""
|
136 |
)
|
137 |
|
138 |
-
# gr.Markdown("## Video Evaluation with Temporal Logic")
|
139 |
-
# gr.Markdown("Upload a video and provide a description to evaluate its content using temporal logic.")
|
140 |
-
|
141 |
with gr.Row():
|
142 |
with gr.Column():
|
143 |
video_input = gr.Video(label="Upload Video")
|
144 |
prompt_input = gr.Textbox(
|
145 |
label="Text-to-Video Prompt",
|
146 |
-
placeholder="
|
147 |
)
|
148 |
gr.Markdown(
|
149 |
"You can either manually enter propositions and temporal logic specification below, or use the button below to automatically generate them from your text prompt using Prompt Understanding via Temporal Logic Specification (PULS). Please refer to our paper for more details."
|
|
|
135 |
"""
|
136 |
)
|
137 |
|
|
|
|
|
|
|
138 |
with gr.Row():
|
139 |
with gr.Column():
|
140 |
video_input = gr.Video(label="Upload Video")
|
141 |
prompt_input = gr.Textbox(
|
142 |
label="Text-to-Video Prompt",
|
143 |
+
placeholder="The prompt used to generate the video...",
|
144 |
)
|
145 |
gr.Markdown(
|
146 |
"You can either manually enter propositions and temporal logic specification below, or use the button below to automatically generate them from your text prompt using Prompt Understanding via Temporal Logic Specification (PULS). Please refer to our paper for more details."
|