Jeffgold commited on
Commit
0c7d1ac
·
1 Parent(s): a26dfdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ interface = gr.Interface(
140
  inputs=[video_file, quality, aspect_ratio, video_url],
141
  outputs=gr.outputs.HTML(label="Download Links"),
142
  title="NEAR Hub Video Transcoder to m3u8",
143
- description="convert video files to m3u8 for VOD streaming",
144
  allow_flagging='never'
145
  )
146
 
 
140
  inputs=[video_file, quality, aspect_ratio, video_url],
141
  outputs=gr.outputs.HTML(label="Download Links"),
142
  title="NEAR Hub Video Transcoder to m3u8",
143
+ description="convert video files to m3u8 for VOD streaming in nearhub.club.",
144
  allow_flagging='never'
145
  )
146