Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,6 @@ iface = gr.Interface(fn=process_image,
|
|
105 |
outputs=gr.outputs.Image(type="pil", label="annotated image"),
|
106 |
title=title,
|
107 |
description=description,
|
108 |
-
article=article,
|
109 |
examples=examples,
|
110 |
css=css,
|
111 |
analytics_enabled = True, enable_queue=True)
|
|
|
105 |
outputs=gr.outputs.Image(type="pil", label="annotated image"),
|
106 |
title=title,
|
107 |
description=description,
|
|
|
108 |
examples=examples,
|
109 |
css=css,
|
110 |
analytics_enabled = True, enable_queue=True)
|