Spaces:
Running
on
T4
Running
on
T4
Ahsen Khaliq
commited on
Commit
·
369ce3c
1
Parent(s):
10c2025
Update app.py
Browse files
app.py
CHANGED
@@ -155,5 +155,6 @@ gr.Interface(
|
|
155 |
article=article,
|
156 |
examples=[['images/bill.png','version 0.3'],['images/keanu.png','version 0.4'],['images/will.jpeg','version 0.4']],
|
157 |
allow_flagging=False,
|
158 |
-
allow_screenshot=False
|
159 |
-
|
|
|
|
155 |
article=article,
|
156 |
examples=[['images/bill.png','version 0.3'],['images/keanu.png','version 0.4'],['images/will.jpeg','version 0.4']],
|
157 |
allow_flagging=False,
|
158 |
+
allow_screenshot=False,
|
159 |
+
enable_queue=True
|
160 |
+
).launch()
|