osanseviero HF staff commited on
Commit
0ca8766
1 Parent(s): e1eb47f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ video_interface = gr.Interface(
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
 
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