Spaces:
Running
on
T4
Running
on
T4
Ahsen Khaliq
commited on
Commit
·
5ffff4d
1
Parent(s):
34974b2
Update app.py
Browse files
app.py
CHANGED
@@ -157,6 +157,6 @@ gr.Interface(
|
|
157 |
title=title,
|
158 |
description=description,
|
159 |
article=article,
|
160 |
-
examples=[['bill.png','version 0.
|
161 |
enable_queue=True
|
162 |
).launch(debug=True)
|
|
|
157 |
title=title,
|
158 |
description=description,
|
159 |
article=article,
|
160 |
+
examples=[['bill.png','version 0.3'],['keanu.png','version 0.4'],['will.jpeg','version 0.4']],
|
161 |
enable_queue=True
|
162 |
).launch(debug=True)
|