Spaces:
Running
on
T4
Running
on
T4
Ahsen Khaliq
commited on
Commit
·
b983534
1
Parent(s):
fa3cf6d
Update app.py
Browse files
app.py
CHANGED
@@ -147,6 +147,6 @@ gr.Interface(
|
|
147 |
title=title,
|
148 |
description=description,
|
149 |
article=article,
|
150 |
-
examples=[['groot.jpg'],['bill.png'],['keanu.png'],['will.jpeg']],
|
151 |
enable_queue=True
|
152 |
).launch(debug=True)
|
|
|
147 |
title=title,
|
148 |
description=description,
|
149 |
article=article,
|
150 |
+
examples=[['groot.jpg','version 0.3'],['bill.png','version 0.2'],['keanu.png','version 0.3'],['will.jpeg','version 0.2']],
|
151 |
enable_queue=True
|
152 |
).launch(debug=True)
|