Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,6 @@ gr.Interface(
|
|
146 |
title=title,
|
147 |
description=description,
|
148 |
article=article,
|
149 |
-
examples=[['bill.png','version 0.3'],['keanu.png','version 0.4'],['will.jpeg','version 0.4']],
|
150 |
allow_flagging=False,
|
151 |
allow_screenshot=False
|
152 |
-
).launch(enable_queue=True
|
|
|
146 |
title=title,
|
147 |
description=description,
|
148 |
article=article,
|
|
|
149 |
allow_flagging=False,
|
150 |
allow_screenshot=False
|
151 |
+
).launch(enable_queue=True)
|