Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ with iface:
|
|
211 |
)
|
212 |
|
213 |
outputs = gr.Video(label="Output", elem_id="output-video")
|
214 |
-
btn = gr.Button("Submit").style(full_width=True)
|
215 |
|
216 |
with gr.Group(elem_id="share-btn-container", visible=False):
|
217 |
community_icon = gr.HTML(community_icon_html)
|
|
|
211 |
)
|
212 |
|
213 |
outputs = gr.Video(label="Output", elem_id="output-video")
|
214 |
+
btn = gr.Button("Submit") # .style(full_width=True)
|
215 |
|
216 |
with gr.Group(elem_id="share-btn-container", visible=False):
|
217 |
community_icon = gr.HTML(community_icon_html)
|