Ahsen Khaliq
commited on
Commit
•
d6a2c3c
1
Parent(s):
e3cffa1
Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,6 @@ gr.Interface(
|
|
27 |
title=title,
|
28 |
description=description,
|
29 |
article=article,
|
30 |
-
enable_queue=True
|
|
|
31 |
).launch(debug=True)
|
|
|
27 |
title=title,
|
28 |
description=description,
|
29 |
article=article,
|
30 |
+
enable_queue=True,
|
31 |
+
examples=[['mona.jpeg']]
|
32 |
).launch(debug=True)
|