haoheliu commited on
Commit
94ccb1f
·
verified ·
1 Parent(s): 8a75237

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)