Spaces:
Paused
Paused
Update app.py
Browse files
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 |
|