Ahsen Khaliq
commited on
Commit
·
a6d58dc
1
Parent(s):
39004a3
Update app.py
Browse files
app.py
CHANGED
@@ -29,5 +29,5 @@ gr.Interface(
|
|
29 |
description=description,
|
30 |
article=article,
|
31 |
enable_queue=True,
|
32 |
-
examples=[['mona.jpeg']]
|
33 |
).launch(debug=True)
|
|
|
29 |
description=description,
|
30 |
article=article,
|
31 |
enable_queue=True,
|
32 |
+
examples=[['mona.jpeg',14,7,2,14]]
|
33 |
).launch(debug=True)
|