Spaces:
Running
on
T4
Running
on
T4
Ahsen Khaliq
commited on
Commit
·
610b80e
1
Parent(s):
ab16eaf
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ gr.Interface(
|
|
152 |
title=title,
|
153 |
description=description,
|
154 |
article=article,
|
155 |
-
examples=[['
|
156 |
allow_flagging=False,
|
157 |
allow_screenshot=False
|
158 |
).launch(enable_queue=True,cache_examples=True)
|
|
|
152 |
title=title,
|
153 |
description=description,
|
154 |
article=article,
|
155 |
+
examples=[['images/bill.png','version 0.3'],['images/keanu.png','version 0.4'],['images/will.jpeg','version 0.4']],
|
156 |
allow_flagging=False,
|
157 |
allow_screenshot=False
|
158 |
).launch(enable_queue=True,cache_examples=True)
|