Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ iface = gr.Interface(fn=process,
|
|
| 166 |
title=title,
|
| 167 |
description=description,
|
| 168 |
enable_queue=True,
|
| 169 |
-
|
| 170 |
article=article)
|
| 171 |
|
| 172 |
iface.launch(debug=True)
|
|
|
|
| 166 |
title=title,
|
| 167 |
description=description,
|
| 168 |
enable_queue=True,
|
| 169 |
+
examples=[['a black bike used to perform tricks', 'bike_tricks_1.mp4']], # Not working for some reason...
|
| 170 |
article=article)
|
| 171 |
|
| 172 |
iface.launch(debug=True)
|