rahul7star commited on
Commit
e6779ec
·
verified ·
1 Parent(s): 0300e23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -234,13 +234,8 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
234
 
235
  with gr.Row():
236
  for v in free_videos:
237
- gr.Video(
238
- value=v,
239
- autoplay=True, # ✅ autoplay
240
- muted=True, # ✅ required by browser
241
- loop=True,
242
- show_download_button=False
243
- )
244
 
245
  # -------- PRO CONTENT --------
246
  with gr.Column(visible=False) as app_content:
 
234
 
235
  with gr.Row():
236
  for v in free_videos:
237
+ gr.Video(v)
238
+
 
 
 
 
 
239
 
240
  # -------- PRO CONTENT --------
241
  with gr.Column(visible=False) as app_content: