Spaces:
Paused
Paused
Ahsen Khaliq
commited on
Commit
·
9fdbeb4
1
Parent(s):
a57c20e
Update app.py
Browse files
app.py
CHANGED
|
@@ -149,6 +149,6 @@ gr.Interface(
|
|
| 149 |
title=title,
|
| 150 |
description=description,
|
| 151 |
article=article,
|
| 152 |
-
examples=[['groot.jpg'],['bill.png']],
|
| 153 |
enable_queue=True
|
| 154 |
).launch(debug=True)
|
|
|
|
| 149 |
title=title,
|
| 150 |
description=description,
|
| 151 |
article=article,
|
| 152 |
+
examples=[['groot.jpg'],['bill.png'],['keanu.png']],
|
| 153 |
enable_queue=True
|
| 154 |
).launch(debug=True)
|