Spaces:
Build error
Build error
Commit
·
9f4c979
1
Parent(s):
94c1a13
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ with demo:
|
|
32 |
|
33 |
submit_button.click(predict_label, inputs=input_video, outputs=output_label)
|
34 |
|
35 |
-
gr.Markdown('\n Demo created by: <a href=\"https://huggingface.co/pablorodriper\"> Pablo Rodríguez</a
|
36 |
|
37 |
demo.launch()
|
38 |
|
|
|
32 |
|
33 |
submit_button.click(predict_label, inputs=input_video, outputs=output_label)
|
34 |
|
35 |
+
gr.Markdown('\n Demo created by: <a href=\"https://huggingface.co/pablorodriper\"> Pablo Rodríguez</a> <br> Based on the Keras example by <a href=\"https://keras.io/examples/vision/vivit/\">Aritra Roy Gosthipaty and Ayush Thakur</a>')
|
36 |
|
37 |
demo.launch()
|
38 |
|