Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
f61504e
1
Parent(s):
4fc4e60
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,8 @@ gr.Interface(
|
|
| 62 |
description=description,
|
| 63 |
article=article,
|
| 64 |
examples=[
|
| 65 |
-
['bear.jpg']
|
|
|
|
| 66 |
],
|
| 67 |
enable_queue=True
|
| 68 |
).launch(debug=True)
|
|
|
|
| 62 |
description=description,
|
| 63 |
article=article,
|
| 64 |
examples=[
|
| 65 |
+
['bear.jpg','base'],
|
| 66 |
+
['anime.png','anime']
|
| 67 |
],
|
| 68 |
enable_queue=True
|
| 69 |
).launch(debug=True)
|