Spaces:
Sleeping
Sleeping
app.py
CHANGED
@@ -37,6 +37,6 @@ gr.Interface(
|
|
37 |
title=title,
|
38 |
description=description,
|
39 |
article=article,
|
40 |
-
examples=[],
|
41 |
enable_queue=True
|
42 |
).launch()
|
|
|
37 |
title=title,
|
38 |
description=description,
|
39 |
article=article,
|
40 |
+
examples=[['lion.png']],
|
41 |
enable_queue=True
|
42 |
).launch()
|