Update app.py
Browse files
app.py
CHANGED
@@ -46,5 +46,5 @@ gr.Interface(
|
|
46 |
title=title,
|
47 |
description=description,
|
48 |
article=article,
|
49 |
-
examples=['fSL1CGG.jpg']
|
50 |
).launch(enable_queue=True, cache_examples=True)
|
|
|
46 |
title=title,
|
47 |
description=description,
|
48 |
article=article,
|
49 |
+
examples=['fSL1CGG.jpg', 'b3b3963f-d577-4a30-acb9-0b395d4d87f7.jpeg', '8016ed5e-c0c7-4979-b6c6-d6b6c3945d7f.jpeg']
|
50 |
).launch(enable_queue=True, cache_examples=True)
|