Spaces:
Runtime error
Runtime error
tirendazakademi commited on
Commit ·
03e3dd4
1
Parent(s): 3459893
modified
Browse files
app.py
CHANGED
|
@@ -69,6 +69,6 @@ gr.Interface(
|
|
| 69 |
title=title,
|
| 70 |
description=description,
|
| 71 |
article=article,
|
| 72 |
-
examples=[['woman.jpg'], ['man
|
| 73 |
enable_queue=True
|
| 74 |
).launch(debug=False)
|
|
|
|
| 69 |
title=title,
|
| 70 |
description=description,
|
| 71 |
article=article,
|
| 72 |
+
examples=[['woman.jpg'], ['man.jpg']],
|
| 73 |
enable_queue=True
|
| 74 |
).launch(debug=False)
|