Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
·
4588985
1
Parent(s):
68aadbb
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,13 @@ with gr.Blocks(css="style.css") as demo:
|
|
93 |
output_vid = gr.Video(label="Edited Video", interactive=False, elem_id="output_video")
|
94 |
input_vid.style(height=365, width=365)
|
95 |
output_vid.style(height=365, width=365)
|
96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
# with gr.Group(visible=False) as share_btn_container:
|
98 |
# with gr.Group(elem_id="share-btn-container"):
|
99 |
# community_icon = gr.HTML(community_icon_html, visible=True)
|
|
|
93 |
output_vid = gr.Video(label="Edited Video", interactive=False, elem_id="output_video")
|
94 |
input_vid.style(height=365, width=365)
|
95 |
output_vid.style(height=365, width=365)
|
96 |
+
|
97 |
+
|
98 |
+
with gr.Row():
|
99 |
+
tar_prompt = gr.Textbox(
|
100 |
+
label="Describe your edited video",
|
101 |
+
max_lines=1, value=""
|
102 |
+
)
|
103 |
# with gr.Group(visible=False) as share_btn_container:
|
104 |
# with gr.Group(elem_id="share-btn-container"):
|
105 |
# community_icon = gr.HTML(community_icon_html, visible=True)
|