Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
·
dd28623
1
Parent(s):
588552d
Update app.py
Browse files
app.py
CHANGED
@@ -24,11 +24,11 @@ with gr.Blocks(css="style.css") as demo:
|
|
24 |
input_vid.style(height=365, width=365)
|
25 |
output_vid.style(height=365, width=365)
|
26 |
|
27 |
-
with gr.Group(visible=False) as share_btn_container:
|
28 |
-
with gr.Group(elem_id="share-btn-container"):
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
|
33 |
|
34 |
with gr.Row():
|
|
|
24 |
input_vid.style(height=365, width=365)
|
25 |
output_vid.style(height=365, width=365)
|
26 |
|
27 |
+
# with gr.Group(visible=False) as share_btn_container:
|
28 |
+
# with gr.Group(elem_id="share-btn-container"):
|
29 |
+
# community_icon = gr.HTML(community_icon_html, visible=True)
|
30 |
+
# loading_icon = gr.HTML(loading_icon_html, visible=False)
|
31 |
+
# share_button = gr.Button("Share to community", elem_id="share-btn", visible=True)
|
32 |
|
33 |
|
34 |
with gr.Row():
|