Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ iface = gr.Interface(fn=process_image,
|
|
95 |
outputs=gr.outputs.Image(type="pil", label="annotated image"),
|
96 |
title=title,
|
97 |
description=description,
|
98 |
-
article=article,
|
99 |
examples=examples,
|
100 |
css=css,
|
101 |
enable_queue=True)
|
|
|
95 |
outputs=gr.outputs.Image(type="pil", label="annotated image"),
|
96 |
title=title,
|
97 |
description=description,
|
98 |
+
# article=article,
|
99 |
examples=examples,
|
100 |
css=css,
|
101 |
enable_queue=True)
|