Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
59e5beb
1
Parent(s):
ff91b56
Update app.py
Browse files
app.py
CHANGED
@@ -144,10 +144,12 @@ video_interface = gr.Interface(
|
|
144 |
],
|
145 |
outputs=gr.Video(type="file", format="mp4"),
|
146 |
examples=[
|
147 |
-
["inps.mp4"],
|
148 |
],
|
149 |
allow_flagging=False,
|
150 |
allow_screenshot=False,
|
|
|
|
|
151 |
).launch(debug=True)
|
152 |
|
153 |
|
|
|
144 |
],
|
145 |
outputs=gr.Video(type="file", format="mp4"),
|
146 |
examples=[
|
147 |
+
["inps.mp4", "example_3.mp4"],
|
148 |
],
|
149 |
allow_flagging=False,
|
150 |
allow_screenshot=False,
|
151 |
+
title="VNext",
|
152 |
+
description="demo for <a href='https://github.com/wjf5203/VNext>wjf5203/VNext'</a>"
|
153 |
).launch(debug=True)
|
154 |
|
155 |
|